Skip to content

Commit 0a1241e

Browse files
committed
allow SA1715
1 parent 17e03bc commit 0a1241e

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
@@ -256,7 +256,7 @@
256256
<Rule Id="CA1707" Action="Error" />
257257

258258
<!-- Identifiers should have correct prefix https://docs.microsoft.com/en-us/visualstudio/code-quality/CA1715 -->
259-
<Rule Id="CA1715" Action="Error" />
259+
<Rule Id="CA1715" Action="None" />
260260

261261
<!-- Identifiers should not match keywords https://docs.microsoft.com/en-us/visualstudio/code-quality/CA1716 -->
262262
<Rule Id="CA1716" Action="None" />

0 commit comments

Comments
 (0)