Skip to content

Commit 2e79ede

Browse files
committed
allow SA1507
1 parent 108f5a6 commit 2e79ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes-client.ruleset

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<Rule Id="SA1500" Action="Error" />
5656

5757
<!-- The C# code contains multiple blank lines in a row. https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1507.md -->
58-
<Rule Id="SA1507" Action="Warning" />
58+
<Rule Id="SA1507" Action="None" />
5959

6060
<!-- An opening brace within a C# element, statement, or expression is preceded by a blank line. https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1509.md -->
6161
<Rule Id="SA1509" Action="Warning" />

0 commit comments

Comments
 (0)