mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 01:06:05 +01:00
27 lines
378 B
YAML
27 lines
378 B
YAML
|
AllCops:
|
||
|
RunRailsCops: true
|
||
|
Exclude:
|
||
|
- 'vendor/**/*'
|
||
|
- 'db/schema.rb'
|
||
|
|
||
|
Metrics/ClassLength:
|
||
|
Enabled: false
|
||
|
|
||
|
Metrics/LineLength:
|
||
|
Enabled: false
|
||
|
|
||
|
Metrics/MethodLength:
|
||
|
Enabled: false
|
||
|
|
||
|
Metrics/ModuleLength:
|
||
|
Enabled: false
|
||
|
|
||
|
Style/BracesAroundHashParameters:
|
||
|
Enabled: false
|
||
|
|
||
|
Style/ClassAndModuleChildren:
|
||
|
Enabled: false
|
||
|
|
||
|
Style/Documentation:
|
||
|
Enabled: false
|