update rubocop.yml to ignore half of the remaining cops

This commit is contained in:
Devin Howard 2016-06-30 11:47:37 +08:00
parent a4aac7266d
commit ed47fbf5be

View file

@ -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