Skip to content

Commit 1d668c7

Browse files
committed
allow CA2008
1 parent e4fa6ac commit 1d668c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kubernetes-client.ruleset

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,8 @@
287287
<Rule Id="CA2007" Action="Error" />
288288

289289
<!-- Do not create tasks without passing a TaskScheduler https://docs.microsoft.com/en-us/visualstudio/code-quality/CA2008 -->
290-
<Rule Id="CA2008" Action="Error" />
290+
<!-- TODO -->
291+
<Rule Id="CA2008" Action="None" />
291292

292293
</Rules>
293294
</RuleSet>

0 commit comments

Comments
 (0)