Skip to content

Commit

Permalink
Update IntegratingWithLinters.md (#1068)
Browse files Browse the repository at this point in the history
SA1413: Use trailing comma in multiline initializer

This rule also conflicts with the csharpier formatting
  • Loading branch information
stefannikolei authored Dec 12, 2023
1 parent a503b72 commit 182e890
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/IntegratingWithLinters.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ dotnet_diagnostic.SA1009.severity = none
dotnet_diagnostic.SA1111.severity = none
dotnet_diagnostic.SA1118.severity = none
dotnet_diagnostic.SA1137.severity = none
dotnet_diagnostic.SA1413.severity = none
dotnet_diagnostic.SA1500.severity = none
dotnet_diagnostic.SA1501.severity = none
dotnet_diagnostic.SA1502.severity = none
Expand Down

0 comments on commit 182e890

Please sign in to comment.