notebook/.rubocop.yml
2016-08-26 14:58:11 -05:00

23 lines
276 B
YAML

Rails:
Enabled: true
AllCops:
Exclude:
- "bin/**/*"
- "db/migrate/**/*"
- "db/schema.rb"
- "vendor/**/*"
- "gemfiles/vendor/**/*"
Metrics/LineLength:
Max: 120
Metrics/AbcSize:
Max: 20
Metrics/MethodLength:
Max: 17
Documentation:
Enabled: false