-
-
Notifications
You must be signed in to change notification settings - Fork 163
Expand file tree
/
Copy pathCodingGuidelines.ruleset
More file actions
30 lines (30 loc) · 1.35 KB
/
CodingGuidelines.ruleset
File metadata and controls
30 lines (30 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="Coding Guidelines" Description=" " ToolsVersion="17.0">
<Rules AnalyzerId="Microsoft.CodeAnalysis.NetAnalyzers" RuleNamespace="Microsoft.CodeAnalysis.NetAnalyzers">
<Rule Id="CA1027" Action="Warning" />
<Rule Id="CA1033" Action="Warning" />
<Rule Id="CA1062" Action="Warning" />
<Rule Id="CA1063" Action="Warning" />
<Rule Id="CA1064" Action="Warning" />
<Rule Id="CA1065" Action="Warning" />
<Rule Id="CA1066" Action="Warning" />
<Rule Id="CA1305" Action="None" />
<Rule Id="CA1716" Action="None" />
<Rule Id="CA1720" Action="None" />
<Rule Id="CA1725" Action="None" />
<Rule Id="CA1810" Action="Warning" />
<Rule Id="CA1820" Action="Warning" />
<Rule Id="CA1822" Action="None" />
<Rule Id="CA1849" Action="Warning" />
<Rule Id="CA2000" Action="Warning" />
<Rule Id="CA2119" Action="Warning" />
<Rule Id="CA2207" Action="Warning" />
<Rule Id="CA2217" Action="Warning" />
</Rules>
<Rules AnalyzerId="System.Text.RegularExpressions.Generator" RuleNamespace="System.Text.RegularExpressions.Generator">
<Rule Id="SYSLIB1045" Action="Warning" />
</Rules>
<Rules AnalyzerId="Microsoft.CodeAnalysis.CSharp.NetAnalyzers" RuleNamespace="Microsoft.CodeAnalysis.CSharp.NetAnalyzers">
<Rule Id="CA1508" Action="Info" />
</Rules>
</RuleSet>