Skip to content

Instantly share code, notes, and snippets.

@edgamat
Created October 3, 2018 12:45
Show Gist options
  • Save edgamat/73cd07c683fb854196b6413615b7fcff to your computer and use it in GitHub Desktop.
Save edgamat/73cd07c683fb854196b6413615b7fcff to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="StyleCop Rules" Description="Code analysis rules" ToolsVersion="14.0">
<Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers">
<Rule Id="SA1009" Action="None" />
<Rule Id="SA1101" Action="None" />
<Rule Id="SA1200" Action="None" />
<Rule Id="SA1111" Action="None" />
<Rule Id="SA1116" Action="None" />
<Rule Id="SA1117" Action="None" />
<Rule Id="SA1118" Action="None" />
<Rule Id="SA1124" Action="None" />
<Rule Id="SA1127" Action="None" />
<Rule Id="SA1208" Action="None" />
<Rule Id="SA1300" Action="None" />
<Rule Id="SA1309" Action="None" />
<Rule Id="SA1311" Action="None" />
<Rule Id="SA1401" Action="None" />
<Rule Id="SA1513" Action="None" />
<Rule Id="SA1516" Action="None" />
<Rule Id="SA1609" Action="Warning" />
<Rule Id="SA1633" Action="None" />
<Rule Id="SA1639" Action="Warning" />
<Rule Id="SA1652" Action="None" />
</Rules>
</RuleSet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment