diff --git a/.rubocop.yml b/.rubocop.yml index cb4c688..b2cb852 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,5 +1,6 @@ AllCops: NewCops: enable + TargetRubyVersion: 2.6 Layout/EmptyLineAfterGuardClause: Enabled: false