Target ruby 2.7 for rubocop checks

This commit is contained in:
Tom Hughes 2020-08-02 12:15:09 +01:00
parent 40092bdd0e
commit 0dd03daf34

View file

@ -6,7 +6,7 @@ require:
- rubocop-rails
AllCops:
TargetRubyVersion: 2.5
TargetRubyVersion: 2.7
NewCops: enable
Exclude:
- 'vendor/**/*'