You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kubernetes-client.ruleset
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@
85
85
<RuleId="SA1402"Action="Error" />
86
86
87
87
<!-- 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
-
<RuleId="SA1405"Action="Error" />
88
+
<RuleId="SA1405"Action="Warning" />
89
89
90
90
<!-- 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 -->
91
91
<RuleId="SA1413"Action="Warning" />
@@ -259,10 +259,10 @@
259
259
<RuleId="CA1715"Action="Error" />
260
260
261
261
<!-- Identifiers should not match keywords https://docs.microsoft.com/en-us/visualstudio/code-quality/CA1716 -->
262
-
<RuleId="CA1716"Action="Error" />
262
+
<RuleId="CA1716"Action="None" />
263
263
264
264
<!-- Identifiers should not contain type names https://docs.microsoft.com/en-us/visualstudio/code-quality/CA1720 -->
265
-
<RuleId="CA1720"Action="Error" />
265
+
<RuleId="CA1720"Action="None" />
266
266
267
267
<!-- Use Literals Where Appropriate https://docs.microsoft.com/en-us/visualstudio/code-quality/CA1802 -->
0 commit comments