Skip to content

Commit 20b9313

Browse files
committed
Disable SA1010 as formatting does not apply to new collection syntax
1 parent 45d06ae commit 20b9313

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,3 +522,4 @@ dotnet_diagnostic.SA1011.severity = none # Space needed after closing
522522

523523
dotnet_diagnostic.S1172.severity = none # False positive: Unused method parameters should be removed
524524
dotnet_diagnostic.CA1510.severity = none # ArgumentNullException throw helper not available for all targets
525+
dotnet_diagnostic.SA1010.severity = none # SA1010: Opening square brackets should be spaced correctly

0 commit comments

Comments
 (0)