Skip to content

Commit

Permalink
Ignore style analyzer that isn't relevant for C# 12 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed Mar 20, 2024
1 parent 518e84a commit 14af38c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -409,3 +409,6 @@ dotnet_diagnostic.IDE0290.severity = suggestion
dotnet_diagnostic.IDE0300.severity = suggestion
dotnet_diagnostic.IDE0301.severity = suggestion
dotnet_diagnostic.IDE0305.severity = suggestion

# new collection expression syntax negates this rule.
dotnet_diagnostic.SA1010.severity = none

0 comments on commit 14af38c

Please sign in to comment.