7d4da81272
* install rubocop * 1961 automatic rubocop fixes * update rubocop.yml to ignore half of the remaining cops * rubocop lint warnings * random other warnings fixed
14 lines
220 B
YAML
14 lines
220 B
YAML
AllCops:
|
|
TargetRubyVersion: 2.3
|
|
Exclude:
|
|
- 'db/**/*'
|
|
- 'tmp/**/*'
|
|
- 'bin/**/*'
|
|
- 'vendor/**/*'
|
|
- 'app/assets/javascripts/node_modules/**/*'
|
|
|
|
Rails:
|
|
Enabled: true
|
|
|
|
Metrics/LineLength:
|
|
Max: 100
|