Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Temporarily disable StyleCop warnings on ReSharper 6

I downloaded StyleCop 4.6.3 which integrates with ReSharper 6 and the results are really fantastic!

However on a specific project I would like to disable the StyleCop warnings (temporarily) and enable again later on.

Is there any way of doing this? I can't seem to find it on the ReSharper menu (options, etc).

like image 497
Nikos Baxevanis Avatar asked Nov 15 '11 10:11

Nikos Baxevanis


1 Answers

You can use different Settings.Stylecop settings for each project, just create one that ignores all the rules. Right click on a project and select Stylecop settings to modify them.

I think you can also disable plugins by unticking them from ReSharper->Plugins... (in version 5.1, not sure if it's the same in 6.0)

like image 193
Piers Myers Avatar answered Sep 17 '22 20:09

Piers Myers