Skip to content

Commit e3de253

Browse files
Per Kopsperkops
authored andcommitted
build: suppress CA1308 in root .editorconfig
1 parent b20e9b7 commit e3de253

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
@@ -581,6 +581,7 @@ dotnet_diagnostic.IDE0305.severity = suggestion # Collection initialization
581581
dotnet_diagnostic.SA1010.severity = none #
582582

583583
dotnet_diagnostic.CA1054.severity = none # URI parameters should not be strings
584+
dotnet_diagnostic.CA1308.severity = none # https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1308
584585
dotnet_diagnostic.CA1515.severity = suggestion # Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
585586
dotnet_diagnostic.CA1848.severity = none # For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogTrace(ILogger, string, params object[])'
586587
dotnet_diagnostic.CA1859.severity = none #

0 commit comments

Comments
 (0)