Skip to content

Commit 40d4082

Browse files
committed
Don't suggest CA2007 as ASP.NET Core has no SyncContext
1 parent 808bca0 commit 40d4082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ dotnet_diagnostic.MA0028.severity = none # https://github.com/atc-net
419419
# Microsoft - Code Analysis
420420
# https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/
421421
dotnet_diagnostic.CA1707.severity = error # https://github.com/atc-net/atc-coding-rules/blob/main/documentation/CodeAnalyzersRules/MicrosoftCodeAnalysis/CA1707.md
422-
dotnet_diagnostic.CA2007.severity = suggestion # https://github.com/atc-net/atc-coding-rules/blob/main/documentation/CodeAnalyzersRules/MicrosoftCodeAnalysis/CA2007.md
422+
dotnet_diagnostic.CA2007.severity = none # https://github.com/atc-net/atc-coding-rules/blob/main/documentation/CodeAnalyzersRules/MicrosoftCodeAnalysis/CA2007.md
423423

424424

425425
# SonarAnalyzer.CSharp

0 commit comments

Comments
 (0)