forked from dlemstra/GraphicsMagick.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGraphicsMagick.NET.ruleset
More file actions
21 lines (21 loc) · 1.02 KB
/
GraphicsMagick.NET.ruleset
File metadata and controls
21 lines (21 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="Magick.NET" ToolsVersion="11.0">
<Include Path="extendedcorrectnessrules.ruleset" Action="Default" />
<Include Path="extendeddesignguidelinerules.ruleset" Action="Default" />
<Include Path="globalizationrules.ruleset" Action="Default" />
<Include Path="minimumrecommendedrules.ruleset" Action="Default" />
<Include Path="mixedrecommendedrules.ruleset" Action="Default" />
<Include Path="nativerecommendedrules.ruleset" Action="Default" />
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
<Rule Id="CA1008" Action="None" />
<Rule Id="CA1011" Action="None" />
<Rule Id="CA1023" Action="None" />
<Rule Id="CA1032" Action="None" />
<Rule Id="CA1044" Action="None" />
<Rule Id="CA1303" Action="None" />
<Rule Id="CA1704" Action="None" />
<Rule Id="CA1709" Action="None" />
<Rule Id="CA1806" Action="None" />
<Rule Id="CA2217" Action="None" />
</Rules>
</RuleSet>