mirror of
https://github.com/danbee/slugtastic
synced 2025-03-04 08:49:05 +00:00
17 lines
251 B
YAML
17 lines
251 B
YAML
Metrics/LineLength:
|
|
Max: 120
|
|
|
|
Documentation:
|
|
Enabled: false
|
|
|
|
AllCops:
|
|
Include:
|
|
- '**/Rakefile'
|
|
- '**/config.ru'
|
|
Exclude:
|
|
- 'db/**/*'
|
|
- 'config/**/*'
|
|
- 'script/**/*'
|
|
- 'bin/**/*'
|
|
- !ruby/regexp /old_and_unused\.rb$/
|