Skip to content

Commit 45f2424

Browse files
committed
allow ca1720 ca1716 sa1405
1 parent 3403814 commit 45f2424

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

kubernetes-client.ruleset

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<Rule Id="SA1402" Action="Error" />
8686

8787
<!-- A call to Debug.Assert in C# code does not include a descriptive message. https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1405.md -->
88-
<Rule Id="SA1405" Action="Error" />
88+
<Rule Id="SA1405" Action="Warning" />
8989

9090
<!-- The last statement in a multi-line C# initializer or list is missing a trailing comma. https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1413.md -->
9191
<Rule Id="SA1413" Action="Warning" />
@@ -259,10 +259,10 @@
259259
<Rule Id="CA1715" Action="Error" />
260260

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

264264
<!-- Identifiers should not contain type names https://docs.microsoft.com/en-us/visualstudio/code-quality/CA1720 -->
265-
<Rule Id="CA1720" Action="Error" />
265+
<Rule Id="CA1720" Action="None" />
266266

267267
<!-- Use Literals Where Appropriate https://docs.microsoft.com/en-us/visualstudio/code-quality/CA1802 -->
268268
<Rule Id="CA1802" Action="Error" />

0 commit comments

Comments
 (0)