Skip to content

Commit

Permalink
Disallow trailing whitespaces internally
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Sep 10, 2020
1 parent 6c8b3df commit 18a5162
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .rubocop.yml
Expand Up @@ -59,9 +59,8 @@ Layout/ClassStructure:
- protected_methods
- private_methods

# Trailing white space is meaningful in code examples
Layout/TrailingWhitespace:
AllowInHeredoc: true
AllowInHeredoc: false

Lint/AmbiguousBlockAssociation:
Exclude:
Expand Down

0 comments on commit 18a5162

Please sign in to comment.