Skip to content

Commit dd931d9

Browse files
committed
allow SA1314 CA1825
1 parent 13b6cf1 commit dd931d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kubernetes-client.ruleset

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<Rule Id="SA1312" Action="Error" />
104104

105105
<!-- The name of a C# type parameter does not begin with the capital letter T. https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1314.md -->
106-
<Rule Id="SA1314" Action="Error" />
106+
<Rule Id="SA1314" Action="None" />
107107

108108
<!-- A C# using directive is placed outside of a namespace element. https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1200.md -->
109109
<Rule Id="SA1200" Action="Warning" />
@@ -274,7 +274,7 @@
274274
<Rule Id="CA1822" Action="Error" />
275275

276276
<!-- Avoid zero-length array allocations https://docs.microsoft.com/en-us/visualstudio/code-quality/CA1825 -->
277-
<Rule Id="CA1825" Action="Error" />
277+
<Rule Id="CA1825" Action="None" />
278278

279279
<!-- Do not use Count/LongCount when Any can be used https://docs.microsoft.com/en-us/visualstudio/code-quality/CA1827 -->
280280
<Rule Id="CA1827" Action="Error" />

0 commit comments

Comments
 (0)