diff --git a/.rubocop.yml b/.rubocop.yml index 672c04c3d9..c0b44ff927 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -4,10 +4,11 @@ require: AllCops: TargetRubyVersion: 2.7 + # Enable any new cops in new versions by default + NewCops: enable Exclude: - db/schema.rb - Gemspec/RequiredRubyVersion: Exclude: - modules/**/*.gemspec