We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e79ede commit e6ada0bCopy full SHA for e6ada0b
kubernetes-client.ruleset
@@ -202,7 +202,7 @@
202
<Rule Id="CA2213" Action="Warning" />
203
204
<!-- Operator overloads have named alternates https://docs.microsoft.com/en-us/visualstudio/code-quality/CA2225 -->
205
- <Rule Id="CA2225" Action="Warning" />
+ <Rule Id="CA2225" Action="None" />
206
207
<!-- Collection properties should be read only https://docs.microsoft.com/en-us/visualstudio/code-quality/CA2227 -->
208
<Rule Id="CA2227" Action="Warning" />
0 commit comments