Include config/ and update all rubcop deps (#23963)

This commit is contained in:
Nick Schonning 2023-03-17 05:13:28 -04:00 committed by GitHub
parent d75a1e5054
commit b22b4bac03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 412 additions and 9 deletions

View file

@ -8,6 +8,7 @@ require:
- rubocop-rails
- rubocop-rspec
- rubocop-performance
- rubocop-capybara
AllCops:
TargetRubyVersion: 2.7
@ -19,7 +20,6 @@ AllCops:
NewCops: enable
Exclude:
- db/schema.rb
- 'config/**/*'
- 'bin/*'
- 'Rakefile'
- 'node_modules/**/*'