mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
23 lines
276 B
YAML
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
|