Skip to content

Commit

Permalink
Merge pull request rsim#1800 from koic/enable_layout_space_after_semi…
Browse files Browse the repository at this point in the history
…colon

Enable `Layout/SpaceAfterSemicolon` cop
  • Loading branch information
koic authored Dec 14, 2018
2 parents 3b14c4d + 7810b26 commit 76c4ea0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ Layout/SpaceAfterColon:
Layout/SpaceAfterComma:
Enabled: true

Layout/SpaceAfterSemicolon:
Enabled: true

Layout/SpaceAroundEqualsInParameterDefault:
Enabled: true

Expand All @@ -91,10 +94,10 @@ Layout/SpaceBeforeComma:
Enabled: true

Layout/SpaceBeforeFirstArg:
Enabled: true
Enabled: true

Style/DefWithParentheses:
Enabled: true
Enabled: true

# Defining a method with parameters needs parentheses.
Style/MethodDefParentheses:
Expand Down

0 comments on commit 76c4ea0

Please sign in to comment.