c# - SonarQube rules don't sync to both solution and project rulesets -
we're using sonaranalyzer.csharp nuget package , connecting our sonarqube server (v 6.0) on solution. notice if turn on or off s103 (lines should not long) on server, , update in team explorer - sonarqube, both solution.ruleset , project.ruleset files updated.
however, if change setting s125 (sections of code should not "commented out") solution.ruleset file updated.
why that? how can project.ruleset files match solution.ruleset files?
i noticed go sonarqube server , search s103
find rule, cannot search s125
, find rule. these different styles/types of rules?
somebody had set specific rules project, rules no longer synced server. removed project ruleset files , let sonarlint replace them server.
Comments
Post a Comment