diff --git a/.rubocop.yml b/.rubocop.yml --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,7 +1,10 @@ --- +# require: standard +# inherit_gem: +# standard: config/base.yml + AllCops: - TargetRubyVersion: 2.7 - NewCops: enable + TargetRubyVersion: "3.1.0" Exclude: - vendor/**/*