Is there a way to tell Resharper to ignore/suppress specific rules (say, method naming) in specific files only? This could be useful for tests and other cases where you have good reason for breaking naming conventions (like ICD compatibility, in my case)
Aside of suppressing them with comments of course, which would clutter the code