Can I edit some rules in SonarQube?
sonarqube
Solution
As Sonarqube intends to provide the least possible configuration possible on rules: you should deactivate the rule with key `squid:LeftCurlyBraceEndLineCheck` and I am guessing that you want to activate the rule : `squid:LeftCurlyBraceStartLineCheck`
Please note that those rules have nothing to do with Checkstyle.
Problem
I wish to change the rule 'Left curly braces should be located at the end of lines of code' since we are using a different convention. Thanks in advance!