We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 602713c commit 5271b11Copy full SHA for 5271b11
kubernetes-client.ruleset
@@ -271,7 +271,7 @@
271
<Rule Id="CA1812" Action="Error" />
272
273
<!-- Mark members as static https://docs.microsoft.com/en-us/visualstudio/code-quality/CA1822 -->
274
- <Rule Id="CA1822" Action="Error" />
+ <Rule Id="CA1822" Action="None" />
275
276
<!-- Avoid zero-length array allocations https://docs.microsoft.com/en-us/visualstudio/code-quality/CA1825 -->
277
<Rule Id="CA1825" Action="None" />
0 commit comments