Skip to content

Commit bf44bc5

Browse files
committed
Turn off various info-level rules from CSharpGuidelinesAnalyzer
1 parent 6878b3c commit bf44bc5

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

CodingGuidelines.ruleset

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,26 @@
22
<RuleSet Name="Coding Guidelines" Description=" " ToolsVersion="17.0">
33
<Rules AnalyzerId="CSharpGuidelinesAnalyzer" RuleNamespace="CSharpGuidelinesAnalyzer">
44
<Rule Id="AV1008" Action="Warning" />
5-
<Rule Id="AV1135" Action="Info" />
5+
<Rule Id="AV1135" Action="None" />
66
<Rule Id="AV1500" Action="None" />
77
<Rule Id="AV1505" Action="Warning" />
88
<Rule Id="AV1506" Action="Warning" />
99
<Rule Id="AV1507" Action="Warning" />
1010
<Rule Id="AV1536" Action="None" />
1111
<Rule Id="AV1537" Action="None" />
12-
<Rule Id="AV1551" Action="Info" />
13-
<Rule Id="AV1564" Action="Info" />
12+
<Rule Id="AV1551" Action="None" />
13+
<Rule Id="AV1564" Action="None" />
1414
<Rule Id="AV1568" Action="Warning" />
1515
<Rule Id="AV1580" Action="None" />
16-
<Rule Id="AV1710" Action="Info" />
16+
<Rule Id="AV1704" Action="None" />
17+
<Rule Id="AV1710" Action="None" />
18+
<Rule Id="AV1711" Action="None" />
1719
<Rule Id="AV1738" Action="Warning" />
1820
<Rule Id="AV1739" Action="Warning" />
1921
<Rule Id="AV1745" Action="Warning" />
2022
<Rule Id="AV2220" Action="Warning" />
2123
<Rule Id="AV2230" Action="Info" />
2224
<Rule Id="AV2305" Action="None" />
23-
<Rule Id="AV2310" Action="Info" />
2425
<Rule Id="AV2318" Action="Warning" />
2526
</Rules>
2627
<Rules AnalyzerId="Microsoft.CodeAnalysis.NetAnalyzers" RuleNamespace="Microsoft.CodeAnalysis.NetAnalyzers">

0 commit comments

Comments
 (0)