Skip to content

Commit

Permalink
misc: Updated .editorconfigs
Browse files Browse the repository at this point in the history
  • Loading branch information
jhartmann123 committed Dec 7, 2023
1 parent a82d5b8 commit 8aeb1fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ dotnet_diagnostic.CA1309.severity = silent # CA1309: Use ordinal string comparis
dotnet_diagnostic.CA1310.severity = silent # CA1310: Specify StringComparison for correctness
dotnet_diagnostic.CA1716.severity = none # CA1716: Identifiers should not match keywords
dotnet_diagnostic.CA1848.severity = none # CA1848: Use the LoggerMessage delegates
dotnet_diagnostic.CA1861.severity = suggestion # CA1861: Prefer 'static readonly' fields over constant array arguments
dotnet_diagnostic.IDE0010.severity = suggestion # IDE0010: Add missing cases
dotnet_diagnostic.IDE0042.severity = suggestion # IDE0042: Variable declaration can be deconstructed
dotnet_diagnostic.IDE0072.severity = suggestion # IDE0072: Add missing cases
Expand Down
4 changes: 3 additions & 1 deletion .editorconfig.disableAnalyzers
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

[*.cs]

dotnet_analyzer_diagnostic.category-Style.severity = silent
generated_code = true
dotnet_analyzer_diagnostic.category-Style.severity = silent
dotnet_analyzer_diagnostic.severity = suggestion

0 comments on commit 8aeb1fa

Please sign in to comment.