Skip to content

Commit 7bcd2c5

Browse files
Update Atata.ruleset
1 parent 80cce73 commit 7bcd2c5

File tree

1 file changed

+60
-75
lines changed

1 file changed

+60
-75
lines changed

src/Atata.ruleset

Lines changed: 60 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<RuleSet Name="Rules for Atata" Description="Code analysis rules for Atata.csproj." ToolsVersion="15.0">
3-
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
4-
<Rule Id="CA1001" Action="Warning" />
5-
<Rule Id="CA1008" Action="Warning" />
6-
<Rule Id="CA1009" Action="Warning" />
7-
<Rule Id="CA1016" Action="Warning" />
8-
<Rule Id="CA1040" Action="Warning" />
9-
<Rule Id="CA1041" Action="Warning" />
10-
<Rule Id="CA1044" Action="Warning" />
11-
<Rule Id="CA1049" Action="Warning" />
12-
<Rule Id="CA1060" Action="Warning" />
13-
<Rule Id="CA1061" Action="Warning" />
14-
<Rule Id="CA1063" Action="Warning" />
15-
<Rule Id="CA1065" Action="Warning" />
16-
<Rule Id="CA1301" Action="Warning" />
17-
<Rule Id="CA1400" Action="Warning" />
18-
<Rule Id="CA1401" Action="Warning" />
19-
<Rule Id="CA1403" Action="Warning" />
20-
<Rule Id="CA1404" Action="Warning" />
21-
<Rule Id="CA1405" Action="Warning" />
22-
<Rule Id="CA1410" Action="Warning" />
23-
<Rule Id="CA1415" Action="Warning" />
24-
<Rule Id="CA1821" Action="Warning" />
25-
<Rule Id="CA1900" Action="Warning" />
26-
<Rule Id="CA1901" Action="Warning" />
27-
<Rule Id="CA2002" Action="Warning" />
28-
<Rule Id="CA2100" Action="Warning" />
29-
<Rule Id="CA2101" Action="Warning" />
30-
<Rule Id="CA2108" Action="Warning" />
31-
<Rule Id="CA2111" Action="Warning" />
32-
<Rule Id="CA2112" Action="Warning" />
33-
<Rule Id="CA2114" Action="Warning" />
34-
<Rule Id="CA2116" Action="Warning" />
35-
<Rule Id="CA2117" Action="Warning" />
36-
<Rule Id="CA2122" Action="Warning" />
37-
<Rule Id="CA2123" Action="Warning" />
38-
<Rule Id="CA2124" Action="Warning" />
39-
<Rule Id="CA2126" Action="Warning" />
40-
<Rule Id="CA2131" Action="Warning" />
41-
<Rule Id="CA2132" Action="Warning" />
42-
<Rule Id="CA2133" Action="Warning" />
43-
<Rule Id="CA2134" Action="Warning" />
44-
<Rule Id="CA2137" Action="Warning" />
45-
<Rule Id="CA2138" Action="Warning" />
46-
<Rule Id="CA2140" Action="Warning" />
47-
<Rule Id="CA2141" Action="Warning" />
48-
<Rule Id="CA2146" Action="Warning" />
49-
<Rule Id="CA2147" Action="Warning" />
50-
<Rule Id="CA2149" Action="Warning" />
51-
<Rule Id="CA2200" Action="Warning" />
52-
<Rule Id="CA2202" Action="Warning" />
53-
<Rule Id="CA2207" Action="Warning" />
54-
<Rule Id="CA2212" Action="Warning" />
55-
<Rule Id="CA2213" Action="Warning" />
56-
<Rule Id="CA2214" Action="Warning" />
57-
<Rule Id="CA2216" Action="Warning" />
58-
<Rule Id="CA2220" Action="Warning" />
59-
<Rule Id="CA2229" Action="Warning" />
60-
<Rule Id="CA2231" Action="Warning" />
61-
<Rule Id="CA2232" Action="Warning" />
62-
<Rule Id="CA2235" Action="Warning" />
63-
<Rule Id="CA2236" Action="Warning" />
64-
<Rule Id="CA2237" Action="Warning" />
65-
<Rule Id="CA2238" Action="Warning" />
66-
<Rule Id="CA2240" Action="Warning" />
67-
<Rule Id="CA2241" Action="Warning" />
68-
<Rule Id="CA2242" Action="Warning" />
69-
</Rules>
2+
<RuleSet Name="Atata Framework Rules" Description="Code analysis rules for Atata Framework" ToolsVersion="16.0">
703
<Rules AnalyzerId="Microsoft.CodeAnalysis.CSharp" RuleNamespace="Microsoft.CodeAnalysis.CSharp">
714
<Rule Id="CS1591" Action="None" />
725
</Rules>
@@ -75,46 +8,98 @@
758
<Rule Id="IDE0003" Action="Warning" />
769
<Rule Id="IDE1005" Action="Warning" />
7710
</Rules>
11+
<Rules AnalyzerId="Microsoft.CodeQuality.Analyzers" RuleNamespace="Microsoft.CodeQuality.Analyzers">
12+
<Rule Id="CA1008" Action="Warning" />
13+
<Rule Id="CA1031" Action="None" />
14+
<Rule Id="CA1034" Action="None" />
15+
<Rule Id="CA1043" Action="None" />
16+
<Rule Id="CA1054" Action="None" />
17+
<Rule Id="CA1056" Action="None" />
18+
<Rule Id="CA1062" Action="None" />
19+
<Rule Id="CA1707" Action="None" />
20+
<Rule Id="CA1710" Action="None" />
21+
<Rule Id="CA1716" Action="None" />
22+
<Rule Id="CA1721" Action="None" />
23+
<Rule Id="CA1724" Action="None" />
24+
<Rule Id="CA2225" Action="None" />
25+
</Rules>
26+
<Rules AnalyzerId="Microsoft.CodeQuality.CSharp.Analyzers" RuleNamespace="Microsoft.CodeQuality.CSharp.Analyzers">
27+
<Rule Id="CA1001" Action="None" />
28+
<Rule Id="CA2234" Action="None" />
29+
</Rules>
30+
<Rules AnalyzerId="Microsoft.NetCore.Analyzers" RuleNamespace="Microsoft.NetCore.Analyzers">
31+
<Rule Id="CA1303" Action="None" />
32+
<Rule Id="CA1304" Action="None" />
33+
<Rule Id="CA1305" Action="None" />
34+
<Rule Id="CA1307" Action="None" />
35+
<Rule Id="CA1308" Action="None" />
36+
<Rule Id="CA1820" Action="None" />
37+
</Rules>
38+
<Rules AnalyzerId="Microsoft.NetCore.CSharp.Analyzers" RuleNamespace="Microsoft.NetCore.CSharp.Analyzers">
39+
<Rule Id="CA1825" Action="None" />
40+
</Rules>
7841
<Rules AnalyzerId="SonarAnalyzer.CSharp" RuleNamespace="SonarAnalyzer.CSharp">
7942
<Rule Id="S101" Action="None" />
8043
<Rule Id="S104" Action="Warning" />
8144
<Rule Id="S105" Action="Warning" />
8245
<Rule Id="S107" Action="Warning" />
83-
<Rule Id="S110" Action="None" />
8446
<Rule Id="S1109" Action="Warning" />
47+
<Rule Id="S1128" Action="None" />
48+
<Rule Id="S113" Action="Warning" />
49+
<Rule Id="S1135" Action="None" />
8550
<Rule Id="S1145" Action="Warning" />
51+
<Rule Id="S1147" Action="Warning" />
8652
<Rule Id="S122" Action="Warning" />
8753
<Rule Id="S1227" Action="Warning" />
8854
<Rule Id="S1244" Action="Warning" />
8955
<Rule Id="S127" Action="Warning" />
9056
<Rule Id="S131" Action="Warning" />
9157
<Rule Id="S134" Action="Warning" />
58+
<Rule Id="S1450" Action="None" />
9259
<Rule Id="S1541" Action="Warning" />
60+
<Rule Id="S1696" Action="Warning" />
61+
<Rule Id="S1858" Action="Warning" />
9362
<Rule Id="S2187" Action="None" />
94-
<Rule Id="S2225" Action="None" />
63+
<Rule Id="S2302" Action="Warning" />
9564
<Rule Id="S2357" Action="Warning" />
96-
<Rule Id="S2436" Action="None" />
97-
<Rule Id="S3242" Action="None" />
98-
<Rule Id="S3249" Action="None" />
65+
<Rule Id="S2387" Action="Warning" />
66+
<Rule Id="S2583" Action="None" />
67+
<Rule Id="S2699" Action="None" />
68+
<Rule Id="S3052" Action="Warning" />
69+
<Rule Id="S3235" Action="Warning" />
70+
<Rule Id="S3240" Action="Warning" />
71+
<Rule Id="S3253" Action="Warning" />
72+
<Rule Id="S3254" Action="Warning" />
73+
<Rule Id="S3257" Action="Warning" />
74+
<Rule Id="S3358" Action="None" />
75+
<Rule Id="S3881" Action="None" />
76+
<Rule Id="S3962" Action="Warning" />
9977
<Rule Id="S4004" Action="Warning" />
10078
<Rule Id="S4023" Action="Warning" />
10179
<Rule Id="S4035" Action="None" />
10280
<Rule Id="S4041" Action="Warning" />
10381
<Rule Id="S4047" Action="Warning" />
104-
<Rule Id="S818" Action="Warning" />
82+
<Rule Id="S4052" Action="Warning" />
83+
<Rule Id="S4261" Action="Warning" />
84+
<Rule Id="S881" Action="Warning" />
10585
</Rules>
10686
<Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers">
87+
<Rule Id="SA0001" Action="None" />
10788
<Rule Id="SA1101" Action="None" />
10889
<Rule Id="SA1200" Action="None" />
10990
<Rule Id="SA1202" Action="None" />
11091
<Rule Id="SA1404" Action="None" />
92+
<Rule Id="SA1413" Action="None" />
11193
<Rule Id="SA1503" Action="None" />
112-
<Rule Id="SA1516" Action="None" />
94+
<Rule Id="SA1519" Action="None" />
11395
<Rule Id="SA1600" Action="None" />
11496
<Rule Id="SA1602" Action="None" />
11597
<Rule Id="SA1633" Action="None" />
11698
<Rule Id="SA1649" Action="None" />
11799
<Rule Id="SA1652" Action="None" />
118100
<Rule Id="SX1101" Action="Warning" />
119101
</Rules>
102+
<Rules AnalyzerId="Text.CSharp.Analyzers" RuleNamespace="Text.CSharp.Analyzers">
103+
<Rule Id="CA1704" Action="Warning" />
104+
</Rules>
120105
</RuleSet>

0 commit comments

Comments
 (0)