Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paranoiasystem/sonarqube-meetup
SonarQube Meetup Demo
https://github.com/paranoiasystem/sonarqube-meetup
Last synced: about 2 months ago
JSON representation
SonarQube Meetup Demo
- Host: GitHub
- URL: https://github.com/paranoiasystem/sonarqube-meetup
- Owner: paranoiasystem
- License: mit
- Created: 2023-10-05T12:00:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-13T15:59:15.000Z (about 1 year ago)
- Last Synced: 2023-10-15T16:00:47.907Z (about 1 year ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sonarqube-meetup
SonarQube Meetup Demo---
# Custom Rules
Name: Do not use pippo as variable name
Key: Do_not_use_pippo_as_variable_name
Description: This rule detects the use of pippo as variable name
Severity: Major
Status: Ready
Tags: convention
Type: CODE_SMELL
RegularExpression: pippo
Flags:
Message: Do not use pippo as variable name