Skip to content

Commit

Permalink
Merge pull request #96 from 0liver/patch-1
Browse files Browse the repository at this point in the history
Disable SA1518 since it's already covered by S113
  • Loading branch information
Piedone authored Dec 30, 2023
2 parents 4883e67 + 65b3252 commit dae7fe5
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 dae7fe5

Please sign in to comment.