Skip to content

Commit e6ada0b

Browse files
committed
allow CA2225
1 parent 2e79ede commit e6ada0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes-client.ruleset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
<Rule Id="CA2213" Action="Warning" />
203203

204204
<!-- Operator overloads have named alternates https://docs.microsoft.com/en-us/visualstudio/code-quality/CA2225 -->
205-
<Rule Id="CA2225" Action="Warning" />
205+
<Rule Id="CA2225" Action="None" />
206206

207207
<!-- Collection properties should be read only https://docs.microsoft.com/en-us/visualstudio/code-quality/CA2227 -->
208208
<Rule Id="CA2227" Action="Warning" />

0 commit comments

Comments
 (0)