Skip to content

Commit

Permalink
Trailing commas make diffs look nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Schneider committed May 25, 2016
1 parent 34d3914 commit f9bb2a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ require: rubocop-rspec
Style/MethodDefParentheses:
EnforcedStyle: require_no_parentheses

Style/TrailingCommaInLiteral:
Enabled: false

Metrics/LineLength:
Max: 100

Expand Down

0 comments on commit f9bb2a3

Please sign in to comment.