File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -463,6 +463,7 @@ dotnet_diagnostic.MA0048.severity = error # https://github.com/atc-net
463
463
dotnet_diagnostic.CA1014.severity = none # https://github.com/atc-net/atc-coding-rules/blob/main/documentation/CodeAnalyzersRules/MicrosoftCodeAnalysis/CA1014.md
464
464
dotnet_diagnostic.CA1068.severity = error # https://github.com/atc-net/atc-coding-rules/blob/main/documentation/CodeAnalyzersRules/MicrosoftCodeAnalysis/CA1068.md
465
465
dotnet_diagnostic.CA1305.severity = error
466
+ dotnet_diagnostic.CA1308.severity = suggestion # Normalize strings to uppercase
466
467
dotnet_diagnostic.CA1707.severity = error # https://github.com/atc-net/atc-coding-rules/blob/main/documentation/CodeAnalyzersRules/MicrosoftCodeAnalysis/CA1707.md
467
468
dotnet_diagnostic.CA1812.severity = none
468
469
dotnet_diagnostic.CA1822.severity = suggestion
Original file line number Diff line number Diff line change @@ -464,6 +464,7 @@ dotnet_diagnostic.MA0048.severity = error # https://github.com/atc-net
464
464
dotnet_diagnostic.CA1014.severity = none # https://github.com/atc-net/atc-coding-rules/blob/main/documentation/CodeAnalyzersRules/MicrosoftCodeAnalysis/CA1014.md
465
465
dotnet_diagnostic.CA1068.severity = error # https://github.com/atc-net/atc-coding-rules/blob/main/documentation/CodeAnalyzersRules/MicrosoftCodeAnalysis/CA1068.md
466
466
dotnet_diagnostic.CA1305.severity = error
467
+ dotnet_diagnostic.CA1308.severity = suggestion # Normalize strings to uppercase
467
468
dotnet_diagnostic.CA1707.severity = error # https://github.com/atc-net/atc-coding-rules/blob/main/documentation/CodeAnalyzersRules/MicrosoftCodeAnalysis/CA1707.md
468
469
dotnet_diagnostic.CA1812.severity = none
469
470
dotnet_diagnostic.CA1822.severity = suggestion
Original file line number Diff line number Diff line change @@ -464,6 +464,7 @@ dotnet_diagnostic.MA0048.severity = error # https://github.com/atc-net
464
464
dotnet_diagnostic.CA1014.severity = none # https://github.com/atc-net/atc-coding-rules/blob/main/documentation/CodeAnalyzersRules/MicrosoftCodeAnalysis/CA1014.md
465
465
dotnet_diagnostic.CA1068.severity = error # https://github.com/atc-net/atc-coding-rules/blob/main/documentation/CodeAnalyzersRules/MicrosoftCodeAnalysis/CA1068.md
466
466
dotnet_diagnostic.CA1305.severity = error
467
+ dotnet_diagnostic.CA1308.severity = suggestion # Normalize strings to uppercase
467
468
dotnet_diagnostic.CA1510.severity = suggestion # Use ArgumentNullException throw helper
468
469
dotnet_diagnostic.CA1511.severity = suggestion # Use ArgumentException throw helper
469
470
dotnet_diagnostic.CA1512.severity = suggestion # Use ArgumentOutOfRangeException throw helper
You can’t perform that action at this time.
0 commit comments