1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00
fab-manager/.rubocop.yml

23 lines
441 B
YAML
Raw Normal View History

2018-11-21 11:32:50 +01:00
Metrics/LineLength:
Max: 130
Metrics/MethodLength:
Max: 30
Metrics/CyclomaticComplexity:
Max: 9
Metrics/PerceivedComplexity:
Max: 9
Metrics/AbcSize:
2019-01-09 16:28:23 +01:00
Max: 45
2019-01-17 16:26:03 +01:00
Metrics/ClassLength:
Max: 200
Style/BracesAroundHashParameters:
2019-01-31 17:15:26 +01:00
EnforcedStyle: braces
2018-12-03 10:22:10 +01:00
Style/RegexpLiteral:
EnforcedStyle: slashes
Style/EmptyElse:
EnforcedStyle: empty
Style/ClassAndModuleChildren:
EnforcedStyle: compact
2019-01-09 12:07:31 +01:00
Style/AndOr:
EnforcedStyle: conditionals