mirror of https://github.com/SixLabors/ImageSharp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
452 B
12 lines
452 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<RuleSet Name="Shaper2D" ToolsVersion="14.0">
|
|
<Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers">
|
|
<Rule Id="SA1413" Action="None" />
|
|
<!-- 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>
|
|
|