Skip to content

Instantly share code, notes, and snippets.

@clausjoergensen
Created August 27, 2012 14:56
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 clausjoergensen/3489240 to your computer and use it in GitHub Desktop.
Save clausjoergensen/3489240 to your computer and use it in GitHub Desktop.
<StyleCopSettings Version="105">
<Parsers>
<Parser ParserId="StyleCop.CSharp.CsParser">
<ParserSettings>
<BooleanProperty Name="AnalyzeDesignerFiles">False</BooleanProperty>
<CollectionProperty Name="GeneratedFileFilters">
<Value>\.g\.cs$</Value>
<Value>TemporaryGeneratedFile.*\.cs$</Value>
<Value>\.g\.i\.cs$</Value>
</CollectionProperty>
</ParserSettings>
</Parser>
</Parsers>
...
</StyleCopSettings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment