metamaps--metamaps/.rubocop.yml

21 lines
287 B
YAML
Raw Normal View History

AllCops:
TargetRubyVersion: 2.3
Exclude:
- 'db/**/*'
- 'tmp/**/*'
- 'bin/**/*'
- 'vendor/**/*'
- 'app/assets/javascripts/node_modules/**/*'
Rails:
Enabled: true
Metrics/LineLength:
Max: 100
2016-09-24 03:00:53 +00:00
Metrics/AbcSize:
Max: 16
Style/Documentation:
Enabled: false