Skip to content

Commit

Permalink
Update .editorconfig
Browse files Browse the repository at this point in the history
SebastianStehle authored Nov 16, 2023
1 parent ee87200 commit f35ebb3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -30,9 +30,6 @@ dotnet_diagnostic.IDE0305.severity = none
# CA1707: Identifiers should not contain underscores
dotnet_diagnostic.CA1707.severity = none

# CA1861: Avoid constant arrays as arguments
dotnet_diagnostic.CA1861.severity = none

# CA2016: Forward the 'CancellationToken' parameter to methods
dotnet_diagnostic.CA2016.severity = none

@@ -184,4 +181,4 @@ dotnet_diagnostic.SA1602.severity = none
dotnet_diagnostic.SA1615.severity = none

# SA1623: Property summary documentation should match accessors
dotnet_diagnostic.SA1623.severity = none
dotnet_diagnostic.SA1623.severity = none

0 comments on commit f35ebb3

Please sign in to comment.