Skip to content

Commit

Permalink
Disable SX1309S in StyleCop
Browse files Browse the repository at this point in the history
  • Loading branch information
veblush committed Apr 4, 2016
1 parent 7693bb8 commit 517b8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CodeAnalysis.ruleset
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,6 @@
<Rule Id="SA1652" Action="None" />
<Rule Id="SX1101" Action="Error" />
<Rule Id="SX1309" Action="Error" />
<Rule Id="SX1309S" Action="Error" />
<Rule Id="SX1309S" Action="None" />
</Rules>
</RuleSet>

0 comments on commit 517b8a8

Please sign in to comment.