How does the developer (or, regardless of whether any authorized user) ignores a specific violation of the encoding rule when Sonar throws it away? Say that the rule “Does not comply with the file naming convention” appears, is there a way to declare it false positive and click on any button that ensures that no additional instances of this violation of the encoding rule will be displayed?
If this is not possible, is there a document that explains how SonarQube applies the rules to the code so that I can manipulate how it works to finally reject the false result. Thanks!
This question may be a continuation of the question below.
In Sonar, how to prevent some rules from being checked in some packages?
source share