mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-09 03:20:21 +00:00
30 lines
440 B
YAML
30 lines
440 B
YAML
AllCops:
|
|
Include:
|
|
- '**/Rakefile'
|
|
- '**/config.ru'
|
|
Exclude:
|
|
- 'db/**/*'
|
|
- 'config/**/*'
|
|
- 'script/**/*'
|
|
- 'spec/**/*'
|
|
- !ruby/regexp /old_and_unused\.rb$/
|
|
|
|
Documentation:
|
|
Enabled: false
|
|
|
|
Style/EmptyLinesAroundClassBody:
|
|
Enabled: false
|
|
|
|
Style/BracesAroundHashParameters:
|
|
Enabled: false
|
|
|
|
Metrics/LineLength:
|
|
Enabled: false
|
|
Max: 120
|
|
|
|
MethodLength:
|
|
Enabled: false
|
|
|
|
StringLiterals:
|
|
Enabled: false
|