Skip to content

Commit 8f1f46b

Browse files
committed
allow SA1119
1 parent 57c0fe7 commit 8f1f46b

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
@@ -73,7 +73,7 @@
7373
<Rule Id="SA1516" Action="None" />
7474

7575
<!-- A C# statement contains parenthesis which are unnecessary and should be removed. https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1119.md -->
76-
<Rule Id="SA1119" Action="Error" />
76+
<Rule Id="SA1119" Action="None" />
7777

7878
<!-- The access modifier for a C# element has not been explicitly defined. https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1400.md -->
7979
<Rule Id="SA1400" Action="Error" />

0 commit comments

Comments
 (0)