Skip to content

Commit

Permalink
[Config] Updated .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Jul 16, 2024
1 parent 0d54132 commit 9c487de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ roslynator_use_var_instead_of_implicit_object_creation=false

# Enable GenerateDocumentationFile to enable Remove unnecessary usings/imports on build.. except this turns on xmlDocs
dotnet_diagnostic.IDE0005.severity = none
# Populate all cases of switch
dotnet_diagnostic.IDE0010.severity = none
# Use Expression body for accessor
dotnet_diagnostic.IDE0027.severity = none
# 'if' statement can be simplified
Expand Down

0 comments on commit 9c487de

Please sign in to comment.