Skip to content

Commit

Permalink
Suppress unnecessary Roslyn complaints about spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisdoomen committed Aug 28, 2024
1 parent 567cf2a commit ae5b04c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,10 @@ resharper_parentheses_redundancy_style = remove_if_not_clarifies_precedence

dotnet_analyzer_diagnostic.category-roslynator.severity = error

# Purpose: Remove trailing white-space
# Reason: It also complains about this when pressing enter to start a new empty line.
dotnet_diagnostic.RCS1037.severity = none

# Remove suffix 'Async' from non-asynchronous method name. Disabled because we like that suffix for now.
dotnet_diagnostic.RCS1047.severity = none

Expand Down

0 comments on commit ae5b04c

Please sign in to comment.