mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-30 11:24:21 +01:00
27 lines
537 B
YAML
27 lines
537 B
YAML
Metrics/LineLength:
|
|
Max: 130
|
|
Metrics/MethodLength:
|
|
Max: 30
|
|
Metrics/CyclomaticComplexity:
|
|
Max: 9
|
|
Metrics/PerceivedComplexity:
|
|
Max: 9
|
|
Metrics/AbcSize:
|
|
Max: 45
|
|
Metrics/ClassLength:
|
|
Max: 200
|
|
Metrics/BlockLength:
|
|
Exclude:
|
|
- 'lib/tasks/**/*.rake'
|
|
- 'config/routes.rb'
|
|
Style/BracesAroundHashParameters:
|
|
EnforcedStyle: context_dependent
|
|
Style/RegexpLiteral:
|
|
EnforcedStyle: slashes
|
|
Style/EmptyElse:
|
|
EnforcedStyle: empty
|
|
Style/ClassAndModuleChildren:
|
|
EnforcedStyle: compact
|
|
Style/AndOr:
|
|
EnforcedStyle: conditionals
|