Skip to content

Commit

Permalink
Make Use primary constructor silent
Browse files Browse the repository at this point in the history
  • Loading branch information
meziantou committed Nov 6, 2024
1 parent 178dd38 commit ac6754e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/configuration/Analyzers.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ dotnet_diagnostic.IDE0052.severity = warning
# Null check can be simplified
dotnet_diagnostic.IDE0270.severity = silent

# Use primary constructor
dotnet_diagnostic.IDE0290.severity = silent

# Remove unnecessary value assignment
dotnet_diagnostic.IDE0059.severity = warning
csharp_style_unused_value_assignment_preference = discard_variable
Expand Down

0 comments on commit ac6754e

Please sign in to comment.