mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 16:19:52 +01:00
24 lines
331 B
YAML
24 lines
331 B
YAML
AllCops:
|
|
Rails:
|
|
Enabled: true
|
|
Exclude:
|
|
- 'vendor/**/*'
|
|
- 'db/schema.rb'
|
|
|
|
Metrics/ClassLength:
|
|
Enabled: false
|
|
|
|
Layout/LineLength:
|
|
Enabled: false
|
|
|
|
Metrics/MethodLength:
|
|
Enabled: false
|
|
|
|
Metrics/ModuleLength:
|
|
Enabled: false
|
|
|
|
Style/ClassAndModuleChildren:
|
|
Enabled: false
|
|
|
|
Style/Documentation:
|
|
Enabled: false
|