Skip to content

Commit

Permalink
fixes #18534 - configure rubocop for Ruby 2.0 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
domcleal authored and tbrisker committed Feb 16, 2017
1 parent e773a29 commit d89db8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ inherit_from:
- .rubocop_todo.yml

AllCops:
TargetRubyVersion: 2.0
Include:
- 'app/views/api/**/*.rabl'
Exclude:
Expand Down

0 comments on commit d89db8e

Please sign in to comment.