Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Make Resharper Code Inspection exclude folder

Working on a rather large project and one of the bigger project folders uses a company standard generated code layer. This code layer triggers a lot of "issues" in Resharper, but right now refactoring the code generator simply isn't going to happen.

Is there a way to tell Resharper to skip this particular folder when its running a solution wide code inspection?

like image 660
The Evil Greebo Avatar asked Feb 02 '12 21:02

The Evil Greebo


1 Answers

In the Resharper Options menu, click Settings under the Code Inspection section and select "Edit Items to Skip" and select your folder.

Resharper menu

like image 53
Brandon Avatar answered Oct 02 '22 03:10

Brandon