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:
|
AllCops:
|
||||||
TargetRubyVersion: 2.3
|
TargetRubyVersion: 2.3
|
||||||
|
Exclude:
|
||||||
|
- 'db/**/*'
|
||||||
|
- 'tmp/**/*'
|
||||||
|
- 'bin/**/*'
|
||||||
|
- 'vendor/**/*'
|
||||||
|
- 'app/assets/javascripts/node_modules/**/*'
|
||||||
|
|
||||||
Rails:
|
Rails:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
|
Metrics/LineLength:
|
||||||
|
Max: 100
|
||||||
|
|
Loading…
Add table
Reference in a new issue