Ignoring in SonarQube
All the rules have a given ID like java:s4351
or css:s4622
. Good fun names like that.
To ignore in SonarQube you need:
- the rule key ID (the thing above)
- a glob pattern for files to ignore eg
**/*.css
All the rules have a given ID like java:s4351
or css:s4622
. Good fun names like that.
To ignore in SonarQube you need:
**/*.css