We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e03bc commit 0a1241eCopy full SHA for 0a1241e
kubernetes-client.ruleset
@@ -256,7 +256,7 @@
256
<Rule Id="CA1707" Action="Error" />
257
258
<!-- Identifiers should have correct prefix https://docs.microsoft.com/en-us/visualstudio/code-quality/CA1715 -->
259
- <Rule Id="CA1715" Action="Error" />
+ <Rule Id="CA1715" Action="None" />
260
261
<!-- Identifiers should not match keywords https://docs.microsoft.com/en-us/visualstudio/code-quality/CA1716 -->
262
<Rule Id="CA1716" Action="None" />
0 commit comments