Skip to content

Commit

Permalink
Add support for rubocop 0.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Apr 3, 2017
1 parent 29c050b commit 93b0748
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,10 @@ Metrics/LineLength:

Metrics/MethodLength:
Max: 20

Style/EmptyLineAfterMagicComment:
Enabled: false

# When support for Ruby < 2.3 is dropped, re-enable
Style/IndentHeredoc:
Enabled: false

0 comments on commit 93b0748

Please sign in to comment.