Skip to content

Commit

Permalink
Make Rubocop to target Ruby 2.3 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
paracycle committed Oct 7, 2019
1 parent 29e05b7 commit e1f2c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inherit_from:
- https://shopify.github.io/ruby-style-guide/rubocop.yml

AllCops:
TargetRubyVersion: 2.4
TargetRubyVersion: 2.3
Exclude:
- 'vendor/**/*'
- 'lib/t.rb'
Expand Down

0 comments on commit e1f2c99

Please sign in to comment.