Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ dotnet_diagnostic.IDE1006.severity = warning
# IDE2000: Avoid multiple blank lines
# Help link: https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide2000
# Enabled: True, Severity: silent
dotnet_diagnostic.IDE2000.severity = warning
dotnet_diagnostic.IDE2000.severity = suggestion

# IDE2001: Embedded statements must be on their own line
# Help link: https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide2001
Expand Down Expand Up @@ -583,4 +583,3 @@ dotnet_diagnostic.IDE2006.severity = warning
# RemoveUnnecessaryImportsFixable:
# Enabled: True, Severity: silent
dotnet_diagnostic.RemoveUnnecessaryImportsFixable.severity = silent

Loading