0

I have CC.Net with integrated StyleCop in it. Is it possible to disable rule, which requires documentation header for methods, only for tests projects, for example. Or for the projects, which names match the specified pattern. Thanks.

rrrr-o
  • 2,447
  • 2
  • 24
  • 52
Aleksei Zaitsev
  • 182
  • 2
  • 10

1 Answers1

1

This is more a stylecop topic than a CCNet one, but look at the following topic in stack overflow : Disable stylecop analysis for specific projects within solution

I think that should do it

Community
  • 1
  • 1
Williams
  • 741
  • 1
  • 4
  • 11