Skip to content

Commit

Permalink
Remove ide0078 and ide0072
Browse files Browse the repository at this point in the history
  • Loading branch information
meziantou authored Nov 12, 2024
1 parent 85d0acb commit 06f5f5f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/configuration/Analyzers.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@ dotnet_diagnostic.IDE0065.severity = suggestion
# Use switch expression
dotnet_diagnostic.IDE0066.severity = silent

# Populate switch
dotnet_diagnostic.IDE0072.severity = silent

# Use pattern matching
dotnet_diagnostic.IDE0078.severity = suggestion

# Prefer null check over type check
dotnet_diagnostic.IDE0150.severity = suggestion

Expand Down

0 comments on commit 06f5f5f

Please sign in to comment.