Skip to content

Commit

Permalink
Restore globalization analyzer rules severity to suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
asimmon committed Feb 22, 2024
1 parent 5949ebb commit 7a4fcb2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/files/3_AllProjectsAnalyzers.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -393,13 +393,13 @@ dotnet_diagnostic.CA1200.severity = none
# CA1310: Specify StringComparison for correctness (ex: string.Compare)
# CA1311: Specify a culture or use an invariant version (ex: string.ToUpper)
dotnet_diagnostic.CA1303.severity = none
dotnet_diagnostic.CA1304.severity = silent
dotnet_diagnostic.CA1305.severity = silent
dotnet_diagnostic.CA1307.severity = silent
dotnet_diagnostic.CA1304.severity = suggestion
dotnet_diagnostic.CA1305.severity = suggestion
dotnet_diagnostic.CA1307.severity = suggestion
dotnet_diagnostic.CA1308.severity = none
dotnet_diagnostic.CA1309.severity = silent
dotnet_diagnostic.CA1310.severity = silent
dotnet_diagnostic.CA1311.severity = silent
dotnet_diagnostic.CA1309.severity = suggestion
dotnet_diagnostic.CA1310.severity = suggestion
dotnet_diagnostic.CA1311.severity = suggestion

# CA1507: Use nameof in place of string
# Disabled because it was suggested when using [Newtonsoft.Json.JsonProperty],
Expand Down

0 comments on commit 7a4fcb2

Please sign in to comment.