Skip to content

Commit 16fb735

Browse files
committed
disable SA1117
1 parent 544a7e5 commit 16fb735

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
@@ -142,7 +142,7 @@
142142
<Rule Id="SA1116" Action="Warning" />
143143

144144
<!-- The parameters to a C# method or indexer call or declaration are not all on the same line or each on a separate line. https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1117.md -->
145-
<Rule Id="SA1117" Action="Warning" />
145+
<Rule Id="SA1117" Action="None" />
146146

147147
<!-- A parameter to a C# method or indexer, other than the first parameter, spans across multiple lines. https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1118.md -->
148148
<Rule Id="SA1118" Action="Warning" />

0 commit comments

Comments
 (0)