Skip to content

Instantly share code, notes, and snippets.

@lucasrowe
Created September 29, 2016 04:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucasrowe/c2c13052ee9600791ddf9b13561511e2 to your computer and use it in GitHub Desktop.
Save lucasrowe/c2c13052ee9600791ddf9b13561511e2 to your computer and use it in GitHub Desktop.
Medium Post on StyleCop Settings
<Parsers>
<Parser ParserId=”StyleCop.CSharp.CsParser”>
<ParserSettings>
<CollectionProperty Name=”GeneratedFileFilters”>
<Value>[^a-z ]AnimationAssetPostProcessor.cs</Value>
<Value>[^a-z ]AnimationClipHelper.cs</Value>
</CollectionProperty>
</ParserSettings>
</Parser>
</Parsers>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment