Skip to content
Andrey Lipatkin edited this page Feb 8, 2015 · 1 revision

What this rule is about?

TODO

Why should I enable this rule?

TODO

How to enable/configure this rule

<Rules>
...
<StyleCopEnabled enabled="true">
  <Exception>
    <Project>ProjectToExcludeFromCheck.csproj</Project>
  </Exception>
</StyleCopEnabled>
...
</Rules>