Skip to content

Instantly share code, notes, and snippets.

@ianbattersby
Created August 14, 2012 18:55
Show Gist options
  • Select an option

  • Save ianbattersby/3351676 to your computer and use it in GitHub Desktop.

Select an option

Save ianbattersby/3351676 to your computer and use it in GitHub Desktop.
Example of StyleCop exclusion for @NathanGloyn
<Compile Include="LeaveMyStyleCopAlone.cs">
<SubType>Code</SubType>
<ExcludeFromStyleCop>true</ExcludeFromStyleCop>
</Compile>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment