Skip to content

Commit 5271b11

Browse files
committed
allow CA1822
1 parent 602713c commit 5271b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes-client.ruleset

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
<Rule Id="CA1812" Action="Error" />
272272

273273
<!-- Mark members as static https://docs.microsoft.com/en-us/visualstudio/code-quality/CA1822 -->
274-
<Rule Id="CA1822" Action="Error" />
274+
<Rule Id="CA1822" Action="None" />
275275

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

0 commit comments

Comments
 (0)