I have a C# Project with a ReSharper Dotsettings file. I want to configure Sonar so that it uses my Dotsettings file. In my Dottsettings file i disabled many Rules. How can I integrate this file in SonarQube?
This is my sonar-project.properties file (just the ReShaper part):
#ReSharper
sonar.resharper.mode=
sonar.resharper.dotSettings.path=MyProject/ReSharper7-Coding-Style.dotsettings
I also have the same problem with StyleCop. This is my sonar-project.properties file (just the StyleCop part):
# StyleCop
sonar.stylecop.mode=
sonar.stylecop.projectFilePath=MyProject/Settings.StyleCop
fyi: I run the SonarQube analysis with Bamboo.