Skip to content

Commit

Permalink
chore: Disable some editorconfig settings
Browse files Browse the repository at this point in the history
some are annoying and unnecessary
  • Loading branch information
lulzsun committed Jan 8, 2025
1 parent 050b198 commit 5702778
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ dotnet_diagnostic.CA1311.severity = none

# CA1309: Use ordinal string comparison
dotnet_diagnostic.CA1309.severity = none
csharp_style_prefer_primary_constructors = true:suggestion

[*.{cs,vb}]
dotnet_style_coalesce_expression = true:suggestion
Expand All @@ -262,4 +263,8 @@ end_of_line = crlf
dotnet_style_object_initializer = true:suggestion
dotnet_style_collection_initializer = true:suggestion
dotnet_style_prefer_simplified_boolean_expressions = true:suggestion
dotnet_style_prefer_conditional_expression_over_assignment = true:silent
dotnet_style_prefer_conditional_expression_over_assignment = true:silent
dotnet_diagnostic.CA1416.severity = none
dotnet_diagnostic.CA1305.severity = none
dotnet_diagnostic.CA1862.severity = none
dotnet_diagnostic.CA1310.severity = none

0 comments on commit 5702778

Please sign in to comment.