Skip to content

Commit

Permalink
Merge pull request #634 from alexjfisher/rubocop_target_version
Browse files Browse the repository at this point in the history
Revert rubocop TargetRubyVersion back to 1.9
  • Loading branch information
dhollinger authored Jan 17, 2020
2 parents c6c6ae2 + a13015c commit e6a2c6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion moduleroot/.rubocop.yml.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require: rubocop-rspec
AllCops:
TargetRubyVersion: 2.1
# Puppet Server 5 defaults to jruby 1.7 so TargetRubyVersion must stay at 1.9 until we drop support for puppet 5
TargetRubyVersion: 1.9
Include:
- ./**/*.rb
Exclude:
Expand Down

0 comments on commit e6a2c6a

Please sign in to comment.