RefactoringEssentials
RefactoringEssentials copied to clipboard
Disable style analyzers
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.
Disabling some analyzers would work through custom rule sets:
https://github.com/icsharpcode/RefactoringEssentials/wiki/Custom-Rule-Sets-for-Analyzers
Does it help?