Set rubocop's target Ruby version to 2.6

This commit is contained in:
Sami Samhuri 2022-01-16 15:54:59 -08:00
parent 0a294f8faf
commit cee89ae8c1
No known key found for this signature in database
GPG key ID: 4B4195422742FC16

View file

@ -1,5 +1,6 @@
AllCops: AllCops:
NewCops: enable NewCops: enable
TargetRubyVersion: 2.6
Layout/EmptyLineAfterGuardClause: Layout/EmptyLineAfterGuardClause:
Enabled: false Enabled: false