-
Bug
-
Resolution: Won't Fix
-
Major
-
None
StyleCop warnings are counted twice. Once in the MSBuild warnings, and once more in the StyleCop warnings. Can the MSBuild parser be changed to ignore StyleCop warnings?
StyleCop warnings are counted twice. Once in the MSBuild warnings, and once more in the StyleCop warnings. Can the MSBuild parser be changed to ignore StyleCop warnings?
If the warnings can be differentiated by a simple pattern then these warnings could be excluded from the MsBuildParser.
But wouldn't it be simpler to just remove the StyleCop parser from your job configuration? Or does the parser produce better results? Or is there an option to disable the duplicated output in msbuild?