Browse Source

[SL.Core] Ignore StyleCop rules that demand a certain order.

af/octree-no-pixelmap
Dirk Lemstra 7 years ago
parent
commit
3881583dc7
  1. 2
      tests/SixLabors.ruleset

2
tests/SixLabors.ruleset

@ -5,6 +5,8 @@
<!-- Test only ignores -->
<Rule Id="SA0001" Action="None" />
<Rule Id="SA1117" Action="None" />
<Rule Id="SA1201" Action="None" />
<Rule Id="SA1202" Action="None" />
<Rule Id="SA1600" Action="None" />
</Rules>
</RuleSet>

Loading…
Cancel
Save