make rubocop target Ruby 2.7 (#2671)

This commit is contained in:
Mohamad Abras 2021-04-17 20:52:32 +03:00 committed by GitHub
parent 4c7226fa16
commit 85088535d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ AllCops:
- 'db/schema.rb'
- 'vendor/**/*'
DisabledByDefault: false
TargetRubyVersion: 2.5
TargetRubyVersion: 2.7
NewCops: enable
@ -188,4 +188,4 @@ Lint/EmptyBlock:
Enabled: false
Style/HashLikeCase:
Enabled: false
Enabled: false