Skip to content

Commit

Permalink
replaces old version of Style/TrailingComma with Style/TrailingCommaI…
Browse files Browse the repository at this point in the history
…nArguments and Style/TrailingCommaInLiteral. Also replaces Style/SingleSpaceBeforeFirstArg with Style/SpaceBeforeFirstArg
  • Loading branch information
noahc committed Jun 7, 2016
1 parent 8d546a0 commit 26c1d36
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .rubocop.yml
Expand Up @@ -19,11 +19,16 @@ Style/SpaceAroundBlockParameters:

# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyleForMultiline, SupportedStyles.
Style/TrailingComma:
Enabled: true
Style/TrailingCommaInArguments:
EnforcedStyleForMultiline: no_comma

# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyleForMultiline, SupportedStyles.
Style/TrailingCommaInLiteral:
EnforcedStyleForMultiline: no_comma

# Cop supports --auto-correct.
Style/SingleSpaceBeforeFirstArg:
Style/SpaceBeforeFirstArg:
Enabled: true

# Cop supports --auto-correct.
Expand Down

0 comments on commit 26c1d36

Please sign in to comment.