Skip to content

Commit 6356bfb

Browse files
committed
removed duplicate rules
1 parent ebbd22c commit 6356bfb

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

src/log4net.globalconfig

-36
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,12 @@ dotnet_diagnostic.CA1002.severity = warning
1919
#CA1003: Use generic event handler instances
2020
dotnet_diagnostic.CA1003.severity = warning
2121

22-
#CA1003: Use generic event handler instances
23-
dotnet_diagnostic.CA1003.severity = warning
24-
2522
#CA1005: Avoid excessive parameters on generic types
2623
dotnet_diagnostic.CA1005.severity = warning
2724

2825
#CA1008: Enums should have zero value
2926
dotnet_diagnostic.CA1008.severity = warning
3027

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-
3728
#CA1012: Abstract types should not have constructors
3829
dotnet_diagnostic.CA1012.severity = warning
3930

@@ -43,12 +34,6 @@ dotnet_diagnostic.CA1019.severity = warning
4334
#CA1024: Use properties where appropriate
4435
dotnet_diagnostic.CA1024.severity = warning
4536

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-
5237
#CA1027: Mark enums with FlagsAttribute
5338
dotnet_diagnostic.CA1027.severity = warning
5439

@@ -79,9 +64,6 @@ dotnet_diagnostic.CA1058.severity = warning
7964
#CA1060: Move P/Invokes to NativeMethods class
8065
dotnet_diagnostic.CA1060.severity = warning
8166

82-
#CA1060: Move P/Invokes to NativeMethods class
83-
dotnet_diagnostic.CA1060.severity = warning
84-
8567
#CA1062: Validate arguments of public methods
8668
dotnet_diagnostic.CA1062.severity = warning
8769

@@ -100,9 +82,6 @@ dotnet_diagnostic.CA1303.severity = warning
10082
#CA1307: Specify StringComparison for clarity
10183
dotnet_diagnostic.CA1307.severity = warning
10284

103-
#CA1307: Specify StringComparison for clarity
104-
dotnet_diagnostic.CA1307.severity = warning
105-
10685
#CA1309: Use ordinal StringComparison
10786
dotnet_diagnostic.CA1309.severity = warning
10887

@@ -115,12 +94,6 @@ dotnet_diagnostic.CA1421.severity = warning
11594
#CA1501: Avoid excessive inheritance
11695
dotnet_diagnostic.CA1501.severity = warning
11796

118-
#CA1501: Avoid excessive inheritance
119-
dotnet_diagnostic.CA1501.severity = warning
120-
121-
#CA1502: Avoid excessive complexity
122-
dotnet_diagnostic.CA1502.severity = warning
123-
12497
#CA1502: Avoid excessive complexity
12598
dotnet_diagnostic.CA1502.severity = warning
12699

@@ -133,9 +106,6 @@ dotnet_diagnostic.CA1505.severity = warning
133106
#CA1506: Avoid excessive class coupling
134107
dotnet_diagnostic.CA1506.severity = warning
135108

136-
#CA1506: Avoid excessive class coupling
137-
dotnet_diagnostic.CA1506.severity = warning
138-
139109
#CA1509: Invalid entry in code metrics configuration file
140110
dotnet_diagnostic.CA1509.severity = warning
141111

@@ -169,9 +139,6 @@ dotnet_diagnostic.CA1810.severity = warning
169139
#CA1812: Avoid uninstantiated internal classes
170140
dotnet_diagnostic.CA1812.severity = warning
171141

172-
#CA1812: Avoid uninstantiated internal classes
173-
dotnet_diagnostic.CA1812.severity = warning
174-
175142
#CA1813: Avoid unsealed attributes
176143
dotnet_diagnostic.CA1813.severity = warning
177144

@@ -253,9 +220,6 @@ dotnet_diagnostic.CA2214.severity = warning
253220
#CA2217: Do not mark enums with FlagsAttribute
254221
dotnet_diagnostic.CA2217.severity = warning
255222

256-
#CA2217: Do not mark enums with FlagsAttribute
257-
dotnet_diagnostic.CA2217.severity = warning
258-
259223
#CA2226: Operators should have symmetrical overloads
260224
dotnet_diagnostic.CA2226.severity = warning
261225

0 commit comments

Comments
 (0)