Skip to content

Commit fa657ef

Browse files
authored
Enable SA1517: Code should not contain blank lines at start of file (#14131)
https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1517.md
1 parent 99a49e0 commit fa657ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.globalconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1404,7 +1404,7 @@ dotnet_diagnostic.SA1515.severity = none
14041404
dotnet_diagnostic.SA1516.severity = warning
14051405

14061406
# SA1517: Code should not contain blank lines at start of file
1407-
dotnet_diagnostic.SA1517.severity = none
1407+
dotnet_diagnostic.SA1517.severity = warning
14081408

14091409
# SA1518: Use line endings correctly at end of file
14101410
dotnet_diagnostic.SA1518.severity = warning

0 commit comments

Comments
 (0)