RefactoringEssentials icon indicating copy to clipboard operation
RefactoringEssentials copied to clipboard

Disable style analyzers

Open felschr opened this issue 8 years ago • 1 comments
trafficstars

I love the refactoring capabilities of this extension but I'm using StyleCopAnalyzers with a custom style guideline so I'd like to disable all the style-related recommendations of Refactoring Essentials.

felschr avatar Dec 15 '16 10:12 felschr

Disabling some analyzers would work through custom rule sets:

https://github.com/icsharpcode/RefactoringEssentials/wiki/Custom-Rule-Sets-for-Analyzers

Does it help?

Rpinski avatar Dec 16 '16 23:12 Rpinski