mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
31 lines
619 B
YAML
31 lines
619 B
YAML
Metrics/LineLength:
|
|
Max: 140
|
|
Metrics/MethodLength:
|
|
Max: 35
|
|
Metrics/CyclomaticComplexity:
|
|
Max: 12
|
|
Metrics/PerceivedComplexity:
|
|
Max: 9
|
|
Metrics/AbcSize:
|
|
Max: 45
|
|
Metrics/ClassLength:
|
|
Max: 200
|
|
Metrics/BlockLength:
|
|
Max: 30
|
|
Exclude:
|
|
- 'lib/tasks/**/*.rake'
|
|
- 'config/routes.rb'
|
|
- 'app/pdfs/pdf/*.rb'
|
|
Style/BracesAroundHashParameters:
|
|
EnforcedStyle: context_dependent
|
|
Style/RegexpLiteral:
|
|
EnforcedStyle: slashes
|
|
Style/EmptyElse:
|
|
EnforcedStyle: empty
|
|
Style/ClassAndModuleChildren:
|
|
EnforcedStyle: compact
|
|
Style/AndOr:
|
|
EnforcedStyle: conditionals
|
|
Style/FormatString:
|
|
EnforcedStyle: sprintf
|