Skip to content

Commit

Permalink
Merge pull request #278 from tmaher/rubocop_updates
Browse files Browse the repository at this point in the history
update rubocop to 0.42.0
  • Loading branch information
jch authored Aug 19, 2016
2 parents 4f81ede + 6cff7fa commit 680d024
Show file tree
Hide file tree
Showing 11 changed files with 277 additions and 135 deletions.
5 changes: 4 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ Lint/AssignmentInCondition:
Style/ParallelAssignment:
Enabled: false

Style/TrailingComma:
Style/TrailingCommaInLiteral:
EnforcedStyleForMultiline: comma

Style/TrailingCommaInArguments:
EnforcedStyleForMultiline: comma
Loading

0 comments on commit 680d024

Please sign in to comment.