Skip to content

Commit fdc9f82

Browse files
committed
Order rule IDs
1 parent 102af34 commit fdc9f82

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CodingGuidelines.ruleset

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@
2424
<Rule Id="AV2318" Action="Warning" />
2525
</Rules>
2626
<Rules AnalyzerId="Microsoft.CodeAnalysis.NetAnalyzers" RuleNamespace="Microsoft.CodeAnalysis.NetAnalyzers">
27+
<Rule Id="CA1027" Action="Warning" />
28+
<Rule Id="CA1033" Action="Warning" />
29+
<Rule Id="CA1062" Action="Warning" />
30+
<Rule Id="CA1063" Action="Warning" />
31+
<Rule Id="CA1064" Action="Warning" />
32+
<Rule Id="CA1065" Action="Warning" />
33+
<Rule Id="CA1066" Action="Warning" />
2734
<Rule Id="CA1305" Action="None" />
2835
<Rule Id="CA1716" Action="None" />
2936
<Rule Id="CA1720" Action="None" />
3037
<Rule Id="CA1725" Action="None" />
3138
<Rule Id="CA1810" Action="Warning" />
3239
<Rule Id="CA1820" Action="Warning" />
3340
<Rule Id="CA1822" Action="None" />
34-
<Rule Id="CA1033" Action="Warning" />
35-
<Rule Id="CA1027" Action="Warning" />
36-
<Rule Id="CA1062" Action="Warning" />
37-
<Rule Id="CA1063" Action="Warning" />
38-
<Rule Id="CA1064" Action="Warning" />
39-
<Rule Id="CA1065" Action="Warning" />
40-
<Rule Id="CA1066" Action="Warning" />
4141
<Rule Id="CA1849" Action="Warning" />
4242
<Rule Id="CA2000" Action="Warning" />
4343
<Rule Id="CA2119" Action="Warning" />

0 commit comments

Comments
 (0)