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

17 lines
322 B
YAML
Raw Normal View History

2018-11-21 11:32:50 +01:00
Metrics/LineLength:
Max: 125
Metrics/MethodLength:
Max: 30
Metrics/CyclomaticComplexity:
Max: 9
Metrics/PerceivedComplexity:
Max: 9
Metrics/AbcSize:
Max: 42
Style/BracesAroundHashParameters:
EnforcedStyle: context_dependent
2018-12-03 10:22:10 +01:00
Style/RegexpLiteral:
EnforcedStyle: slashes
Style/EmptyElse:
EnforcedStyle: empty