Skip to content

Commit

Permalink
silent IDE0090 check (#1709)
Browse files Browse the repository at this point in the history
  • Loading branch information
terencefan authored Nov 7, 2022
1 parent b2670fe commit 1c4a20b
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 @@ -247,3 +247,6 @@ dotnet_diagnostic.IDE0058.severity = none

# IDE0022: Use block body for methods
dotnet_diagnostic.IDE0022.severity = none

# IDE0090: Use 'new(...)'
dotnet_diagnostic.IDE0090.severity = silent

0 comments on commit 1c4a20b

Please sign in to comment.