File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -419,7 +419,7 @@ dotnet_diagnostic.MA0028.severity = none # https://github.com/atc-net
419
419
# Microsoft - Code Analysis
420
420
# https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/
421
421
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
423
423
424
424
425
425
# SonarAnalyzer.CSharp
You can’t perform that action at this time.
0 commit comments