Skip to content

Commit

Permalink
Merge pull request #1606 from yahonda/layout_space_before_comma
Browse files Browse the repository at this point in the history
Enable `Layout/SpaceBeforeComma`
  • Loading branch information
yahonda committed Dec 12, 2017
2 parents d953318 + e74a738 commit 7c34ba0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Expand Up @@ -71,6 +71,9 @@ Layout/SpaceAroundKeyword:
Layout/SpaceAroundOperators:
Enabled: true

Layout/SpaceBeforeComma:
Enabled: true

Layout/SpaceBeforeFirstArg:
Enabled: true

Expand Down

0 comments on commit 7c34ba0

Please sign in to comment.