- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCodingGuidelines.ruleset
More file actions
Latest commit
30 lines (30 loc) · 1.35 KB
/
Copy pathCodingGuidelines.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"?>
<RuleSetName="Coding Guidelines"Description=""ToolsVersion="17.0">
<RulesAnalyzerId="Microsoft.CodeAnalysis.NetAnalyzers"RuleNamespace="Microsoft.CodeAnalysis.NetAnalyzers">
<RuleId="CA1027"Action="Warning" />
<RuleId="CA1033"Action="Warning" />
<RuleId="CA1062"Action="Warning" />
<RuleId="CA1063"Action="Warning" />
<RuleId="CA1064"Action="Warning" />
<RuleId="CA1065"Action="Warning" />
<RuleId="CA1066"Action="Warning" />
<RuleId="CA1305"Action="None" />
<RuleId="CA1716"Action="None" />
<RuleId="CA1720"Action="None" />
<RuleId="CA1725"Action="None" />
<RuleId="CA1810"Action="Warning" />
<RuleId="CA1820"Action="Warning" />
<RuleId="CA1822"Action="None" />
<RuleId="CA1849"Action="Warning" />
<RuleId="CA2000"Action="Warning" />
<RuleId="CA2119"Action="Warning" />
<RuleId="CA2207"Action="Warning" />
<RuleId="CA2217"Action="Warning" />
</Rules>
<RulesAnalyzerId="System.Text.RegularExpressions.Generator"RuleNamespace="System.Text.RegularExpressions.Generator">
<RuleId="SYSLIB1045"Action="Warning" />
</Rules>
<RulesAnalyzerId="Microsoft.CodeAnalysis.CSharp.NetAnalyzers"RuleNamespace="Microsoft.CodeAnalysis.CSharp.NetAnalyzers">
<RuleId="CA1508"Action="Info" />
</Rules>
</RuleSet>