Skip to content

Commit 94880a1

Browse files
authored
Lowering the severity when there's multiple consecutives blank lines (#130)
* Lowering the severity when there's multiple consecutives blank lines * Running the build.ps1 script
1 parent a013229 commit 94880a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/files/analyzers/Analyzer.Microsoft.CodeAnalysis.CSharp.CodeStyle.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ dotnet_diagnostic.IDE1006.severity = warning
548548
# IDE2000: Avoid multiple blank lines
549549
# Help link: https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide2000
550550
# Enabled: True, Severity: silent
551-
dotnet_diagnostic.IDE2000.severity = warning
551+
dotnet_diagnostic.IDE2000.severity = suggestion
552552

553553
# IDE2001: Embedded statements must be on their own line
554554
# Help link: https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide2001

0 commit comments

Comments
 (0)