Skip to content

Commit

Permalink
Disable SA1518 since it's already covered by S113
Browse files Browse the repository at this point in the history
- warns on lacking newline at end of file
  • Loading branch information
0liver authored Dec 29, 2023
1 parent 4883e67 commit 65b3252
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lombiq.Analyzers/Lombiq.Analyzers.globalconfig
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,7 @@ dotnet_diagnostic.SA1503.severity = none
dotnet_diagnostic.SA1512.severity = none
dotnet_diagnostic.SA1515.severity = none
dotnet_diagnostic.SA1516.severity = none
dotnet_diagnostic.SA1518.severity = none
dotnet_diagnostic.SA1519.severity = none
dotnet_diagnostic.SA1601.severity = none
dotnet_diagnostic.SA1602.severity = none
Expand Down

0 comments on commit 65b3252

Please sign in to comment.