Merge pull request #9487 from opf/housekeeping/all-new-cops

Enable new rubocop cops by default
pull/9493/head
ulferts 3 years ago committed by GitHub
commit 263db68cbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .rubocop.yml

@ -4,10 +4,11 @@ require:
AllCops: AllCops:
TargetRubyVersion: 2.7 TargetRubyVersion: 2.7
# Enable any new cops in new versions by default
NewCops: enable
Exclude: Exclude:
- db/schema.rb - db/schema.rb
Gemspec/RequiredRubyVersion: Gemspec/RequiredRubyVersion:
Exclude: Exclude:
- modules/**/*.gemspec - modules/**/*.gemspec

Loading…
Cancel
Save