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

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -