Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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