I take a maintenance team and would like to introduce tools like FxCop and StyleCop to help improve the code and introduce developers to the best programming methods and standards. Since we maintain the code and do not make significant improvements, we are likely to deal with only a few methods / routines at the same time as making changes.
Is it possible to configure FxCop / StyleCop for certain areas of code in Visual Studio to avoid overflowing all the problems that would arise when analyzing an entire class or project? If possible, how do you do it?
Thanks Matt
source share