update rubocop.yml to ignore half of the remaining cops
This commit is contained in:
parent
a4aac7266d
commit
ed47fbf5be
1 changed files with 9 additions and 0 deletions
|
@ -1,5 +1,14 @@
|
|||
AllCops:
|
||||
TargetRubyVersion: 2.3
|
||||
Exclude:
|
||||
- 'db/**/*'
|
||||
- 'tmp/**/*'
|
||||
- 'bin/**/*'
|
||||
- 'vendor/**/*'
|
||||
- 'app/assets/javascripts/node_modules/**/*'
|
||||
|
||||
Rails:
|
||||
Enabled: true
|
||||
|
||||
Metrics/LineLength:
|
||||
Max: 100
|
||||
|
|
Loading…
Add table
Reference in a new issue