Skip to content

Commit

Permalink
Make IDE0028 a suggestion (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
bording authored Sep 14, 2023
1 parent 45f4689 commit d2f97d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ dotnet_style_parentheses_in_relational_binary_operators = always_for_clarity:err
dotnet_diagnostic.IDE0017.severity = error
dotnet_style_object_initializer = true:error

dotnet_diagnostic.IDE0028.severity = error
dotnet_style_collection_initializer = true:error
dotnet_diagnostic.IDE0028.severity = suggestion
dotnet_style_collection_initializer = true:suggestion

dotnet_diagnostic.IDE0033.severity = error
dotnet_style_explicit_tuple_names = true:error
Expand Down

0 comments on commit d2f97d4

Please sign in to comment.