metamaps--metamaps/.rubocop.yml

25 lines
353 B
YAML
Raw Permalink Normal View History

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