@@ -19,21 +19,12 @@ dotnet_diagnostic.CA1002.severity = warning
19
19
#CA1003: Use generic event handler instances
20
20
dotnet_diagnostic.CA1003.severity = warning
21
21
22
- #CA1003: Use generic event handler instances
23
- dotnet_diagnostic.CA1003.severity = warning
24
-
25
22
#CA1005: Avoid excessive parameters on generic types
26
23
dotnet_diagnostic.CA1005.severity = warning
27
24
28
25
#CA1008: Enums should have zero value
29
26
dotnet_diagnostic.CA1008.severity = warning
30
27
31
- #CA1008: Enums should have zero value
32
- dotnet_diagnostic.CA1008.severity = warning
33
-
34
- #CA1012: Abstract types should not have constructors
35
- dotnet_diagnostic.CA1012.severity = warning
36
-
37
28
#CA1012: Abstract types should not have constructors
38
29
dotnet_diagnostic.CA1012.severity = warning
39
30
@@ -43,12 +34,6 @@ dotnet_diagnostic.CA1019.severity = warning
43
34
#CA1024: Use properties where appropriate
44
35
dotnet_diagnostic.CA1024.severity = warning
45
36
46
- #CA1024: Use properties where appropriate
47
- dotnet_diagnostic.CA1024.severity = warning
48
-
49
- #CA1027: Mark enums with FlagsAttribute
50
- dotnet_diagnostic.CA1027.severity = warning
51
-
52
37
#CA1027: Mark enums with FlagsAttribute
53
38
dotnet_diagnostic.CA1027.severity = warning
54
39
@@ -79,9 +64,6 @@ dotnet_diagnostic.CA1058.severity = warning
79
64
#CA1060: Move P/Invokes to NativeMethods class
80
65
dotnet_diagnostic.CA1060.severity = warning
81
66
82
- #CA1060: Move P/Invokes to NativeMethods class
83
- dotnet_diagnostic.CA1060.severity = warning
84
-
85
67
#CA1062: Validate arguments of public methods
86
68
dotnet_diagnostic.CA1062.severity = warning
87
69
@@ -100,9 +82,6 @@ dotnet_diagnostic.CA1303.severity = warning
100
82
#CA1307: Specify StringComparison for clarity
101
83
dotnet_diagnostic.CA1307.severity = warning
102
84
103
- #CA1307: Specify StringComparison for clarity
104
- dotnet_diagnostic.CA1307.severity = warning
105
-
106
85
#CA1309: Use ordinal StringComparison
107
86
dotnet_diagnostic.CA1309.severity = warning
108
87
@@ -115,12 +94,6 @@ dotnet_diagnostic.CA1421.severity = warning
115
94
#CA1501: Avoid excessive inheritance
116
95
dotnet_diagnostic.CA1501.severity = warning
117
96
118
- #CA1501: Avoid excessive inheritance
119
- dotnet_diagnostic.CA1501.severity = warning
120
-
121
- #CA1502: Avoid excessive complexity
122
- dotnet_diagnostic.CA1502.severity = warning
123
-
124
97
#CA1502: Avoid excessive complexity
125
98
dotnet_diagnostic.CA1502.severity = warning
126
99
@@ -133,9 +106,6 @@ dotnet_diagnostic.CA1505.severity = warning
133
106
#CA1506: Avoid excessive class coupling
134
107
dotnet_diagnostic.CA1506.severity = warning
135
108
136
- #CA1506: Avoid excessive class coupling
137
- dotnet_diagnostic.CA1506.severity = warning
138
-
139
109
#CA1509: Invalid entry in code metrics configuration file
140
110
dotnet_diagnostic.CA1509.severity = warning
141
111
@@ -169,9 +139,6 @@ dotnet_diagnostic.CA1810.severity = warning
169
139
#CA1812: Avoid uninstantiated internal classes
170
140
dotnet_diagnostic.CA1812.severity = warning
171
141
172
- #CA1812: Avoid uninstantiated internal classes
173
- dotnet_diagnostic.CA1812.severity = warning
174
-
175
142
#CA1813: Avoid unsealed attributes
176
143
dotnet_diagnostic.CA1813.severity = warning
177
144
@@ -253,9 +220,6 @@ dotnet_diagnostic.CA2214.severity = warning
253
220
#CA2217: Do not mark enums with FlagsAttribute
254
221
dotnet_diagnostic.CA2217.severity = warning
255
222
256
- #CA2217: Do not mark enums with FlagsAttribute
257
- dotnet_diagnostic.CA2217.severity = warning
258
-
259
223
#CA2226: Operators should have symmetrical overloads
260
224
dotnet_diagnostic.CA2226.severity = warning
261
225
0 commit comments