Skip to content

Commit 0015631

Browse files
committed
disable CA2000 / TODO
1 parent 0a1241e commit 0015631

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kubernetes-client.ruleset

+2-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,8 @@
280280
<Rule Id="CA1827" Action="Error" />
281281

282282
<!-- Dispose objects before losing scope https://docs.microsoft.com/en-us/visualstudio/code-quality/CA2000 -->
283-
<Rule Id="CA2000" Action="Error" />
283+
<!-- TODO -->
284+
<Rule Id="CA2000" Action="None" />
284285

285286
<!-- Do not directly await a Task https://docs.microsoft.com/en-us/visualstudio/code-quality/CA2007 -->
286287
<Rule Id="CA2007" Action="Error" />

0 commit comments

Comments
 (0)