Include config/ and update all rubcop deps (#23963)
This commit is contained in:
parent
d75a1e5054
commit
b22b4bac03
5 changed files with 412 additions and 9 deletions
|
@ -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/**/*'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue