This repository has been archived by the owner on Aug 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 104
/
StyleCop.Analyzers.ruleset
177 lines (177 loc) · 7.74 KB
/
StyleCop.Analyzers.ruleset
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="Rules for StyleCop.Analyzers" Description="Code analysis rules for StyleCop.Analyzers.csproj." ToolsVersion="15.0">
<Rules AnalyzerId="AsyncUsageAnalyzers" RuleNamespace="AsyncUsageAnalyzers">
<Rule Id="UseConfigureAwait" Action="Warning" />
</Rules>
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
<Rule Id="CA1001" Action="Warning" />
<Rule Id="CA1009" Action="Warning" />
<Rule Id="CA1016" Action="Warning" />
<Rule Id="CA1033" Action="Warning" />
<Rule Id="CA1049" Action="Warning" />
<Rule Id="CA1060" Action="Warning" />
<Rule Id="CA1061" Action="Warning" />
<Rule Id="CA1063" Action="Warning" />
<Rule Id="CA1065" Action="Warning" />
<Rule Id="CA1301" Action="Warning" />
<Rule Id="CA1302" Action="Hidden" />
<Rule Id="CA1303" Action="Hidden" />
<Rule Id="CA1400" Action="Warning" />
<Rule Id="CA1401" Action="Warning" />
<Rule Id="CA1403" Action="Warning" />
<Rule Id="CA1404" Action="Warning" />
<Rule Id="CA1405" Action="Warning" />
<Rule Id="CA1410" Action="Warning" />
<Rule Id="CA1415" Action="Warning" />
<Rule Id="CA1821" Action="Warning" />
<Rule Id="CA1900" Action="Warning" />
<Rule Id="CA1901" Action="Warning" />
<Rule Id="CA2002" Action="Warning" />
<Rule Id="CA2100" Action="Warning" />
<Rule Id="CA2101" Action="Warning" />
<Rule Id="CA2108" Action="Warning" />
<Rule Id="CA2111" Action="Warning" />
<Rule Id="CA2112" Action="Warning" />
<Rule Id="CA2114" Action="Warning" />
<Rule Id="CA2116" Action="Warning" />
<Rule Id="CA2117" Action="Warning" />
<Rule Id="CA2122" Action="Warning" />
<Rule Id="CA2123" Action="Warning" />
<Rule Id="CA2124" Action="Warning" />
<Rule Id="CA2126" Action="Warning" />
<Rule Id="CA2131" Action="Warning" />
<Rule Id="CA2132" Action="Warning" />
<Rule Id="CA2133" Action="Warning" />
<Rule Id="CA2134" Action="Warning" />
<Rule Id="CA2137" Action="Warning" />
<Rule Id="CA2138" Action="Warning" />
<Rule Id="CA2140" Action="Warning" />
<Rule Id="CA2141" Action="Warning" />
<Rule Id="CA2146" Action="Warning" />
<Rule Id="CA2147" Action="Warning" />
<Rule Id="CA2149" Action="Warning" />
<Rule Id="CA2200" Action="Warning" />
<Rule Id="CA2202" Action="Warning" />
<Rule Id="CA2207" Action="Warning" />
<Rule Id="CA2212" Action="Warning" />
<Rule Id="CA2213" Action="Warning" />
<Rule Id="CA2214" Action="Warning" />
<Rule Id="CA2216" Action="Warning" />
<Rule Id="CA2220" Action="Warning" />
<Rule Id="CA2229" Action="Warning" />
<Rule Id="CA2231" Action="Warning" />
<Rule Id="CA2232" Action="Warning" />
<Rule Id="CA2235" Action="Warning" />
<Rule Id="CA2236" Action="Warning" />
<Rule Id="CA2237" Action="Warning" />
<Rule Id="CA2238" Action="Warning" />
<Rule Id="CA2240" Action="Warning" />
<Rule Id="CA2241" Action="Warning" />
<Rule Id="CA2242" Action="Warning" />
</Rules>
<Rules AnalyzerId="Microsoft.CodeAnalysis.CSharp" RuleNamespace="Microsoft.CodeAnalysis.CSharp">
<Rule Id="CS8019" Action="Warning" />
</Rules>
<Rules AnalyzerId="Microsoft.CodeAnalysis.CSharp.EditorFeatures" RuleNamespace="Microsoft.CodeAnalysis.CSharp.EditorFeatures">
<Rule Id="IDE0032" Action="Info" />
<Rule Id="IDE0032WithoutSuggestion" Action="Info" />
</Rules>
<Rules AnalyzerId="Microsoft.CodeAnalysis.CSharp.Features" RuleNamespace="Microsoft.CodeAnalysis.CSharp.Features">
<Rule Id="IDE0001" Action="Info" />
<Rule Id="IDE0002" Action="Info" />
<Rule Id="IDE0003" Action="Info" />
<Rule Id="IDE0004" Action="Info" />
<Rule Id="IDE0005" Action="Info" />
<Rule Id="IDE0007" Action="Info" />
<Rule Id="IDE0007WithoutSuggestion" Action="Info" />
<Rule Id="IDE0008" Action="None" />
<Rule Id="IDE0008WithoutSuggestion" Action="Info" />
<Rule Id="IDE0009" Action="Info" />
<Rule Id="IDE0009WithoutSuggestion" Action="Info" />
<Rule Id="IDE0011" Action="None" />
<Rule Id="IDE0011WithoutSuggestion" Action="None" />
<Rule Id="IDE0012" Action="Info" />
<Rule Id="IDE0013" Action="Info" />
<Rule Id="IDE0014" Action="Info" />
<Rule Id="IDE0015" Action="Info" />
<Rule Id="IDE0016" Action="Info" />
<Rule Id="IDE0016WithoutSuggestion" Action="Info" />
<Rule Id="IDE0017" Action="Info" />
<Rule Id="IDE0017WithoutSuggestion" Action="Info" />
<Rule Id="IDE0018" Action="Info" />
<Rule Id="IDE0018WithoutSuggestion" Action="Info" />
<Rule Id="IDE0019" Action="Info" />
<Rule Id="IDE0019WithoutSuggestion" Action="Info" />
<Rule Id="IDE0020" Action="Info" />
<Rule Id="IDE0020WithoutSuggestion" Action="Info" />
<Rule Id="IDE0021" Action="Info" />
<Rule Id="IDE0022" Action="None" />
<Rule Id="IDE0023" Action="Info" />
<Rule Id="IDE0024" Action="Info" />
<Rule Id="IDE0025" Action="Info" />
<Rule Id="IDE0026" Action="Info" />
<Rule Id="IDE0027" Action="Info" />
<Rule Id="IDE0028" Action="Info" />
<Rule Id="IDE0028WithoutSuggestion" Action="Info" />
<Rule Id="IDE0029" Action="Info" />
<Rule Id="IDE0029WithoutSuggestion" Action="Info" />
<Rule Id="IDE0030" Action="Info" />
<Rule Id="IDE0030WithoutSuggestion" Action="Info" />
<Rule Id="IDE0031" Action="Info" />
<Rule Id="IDE0031WithoutSuggestion" Action="Info" />
<Rule Id="IDE0034" Action="Info" />
<Rule Id="IDE0034WithoutSuggestion" Action="Info" />
<Rule Id="IDE0036" Action="Info" />
<Rule Id="IDE0036WithoutSuggestion" Action="Info" />
<Rule Id="IDE0037" Action="Info" />
<Rule Id="IDE0037WithoutSuggestion" Action="Info" />
<Rule Id="IDE0039" Action="Info" />
<Rule Id="IDE0039WithoutSuggestion" Action="Info" />
<Rule Id="IDE0040" Action="Info" />
<Rule Id="IDE0040WithoutSuggestion" Action="Info" />
<Rule Id="IDE0041" Action="Info" />
<Rule Id="IDE0041WithoutSuggestion" Action="Info" />
<Rule Id="IDE0042" Action="Info" />
<Rule Id="IDE0042WithoutSuggestion" Action="Info" />
<Rule Id="IDE1005" Action="Info" />
<Rule Id="IDE1005WithoutSuggestion" Action="Info" />
<Rule Id="IDE1006" Action="Info" />
<Rule Id="IDE1006WithoutSuggestion" Action="Info" />
</Rules>
<Rules AnalyzerId="Microsoft.CodeAnalysis.Features" RuleNamespace="Microsoft.CodeAnalysis.Features">
<Rule Id="IDE0010" Action="None" />
<Rule Id="IDE0010WithoutSuggestion" Action="None" />
<Rule Id="IDE0033" Action="Warning" />
<Rule Id="IDE0033WithoutSuggestion" Action="Warning" />
</Rules>
<Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers">
<Rule Id="SA1000" Action="None" />
<Rule Id="SA1001" Action="Hidden" />
<Rule Id="SA1011" Action="None" />
<Rule Id="SA1021" Action="Hidden" />
<Rule Id="SA1028" Action="Info" />
<Rule Id="SA1101" Action="None" />
<Rule Id="SA1116" Action="None" />
<Rule Id="SA1118" Action="None" />
<Rule Id="SA1123" Action="None" />
<Rule Id="SA1124" Action="None" />
<Rule Id="SA1135" Action="None" />
<Rule Id="SA1208" Action="None" />
<Rule Id="SA1305" Action="Warning" />
<Rule Id="SA1306" Action="None" />
<Rule Id="SA1308" Action="None" />
<Rule Id="SA1309" Action="None" />
<Rule Id="SA1402" Action="None" />
<Rule Id="SA1412" Action="Warning" />
<Rule Id="SA1501" Action="None" />
<Rule Id="SA1502" Action="Hidden" />
<Rule Id="SA1503" Action="None" />
<Rule Id="SA1507" Action="Error" />
<Rule Id="SA1516" Action="None" />
<Rule Id="SA1600" Action="None" />
<Rule Id="SA1601" Action="None" />
<Rule Id="SA1623" Action="None" />
<Rule Id="SA1633" Action="None" />
<Rule Id="SX1101" Action="Warning" />
</Rules>
</RuleSet>