Archived
1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
cli-old/.rubocop.yml

37 lines
572 B
YAML
Raw Normal View History

2017-07-21 01:56:17 -04:00
AllCops:
TargetRubyVersion: 2.3
DisplayCopNames: true
Layout/AccessModifierIndentation:
EnforcedStyle: outdent
2017-07-24 16:25:46 -04:00
Metrics/AbcSize:
Enabled: false
Metrics/ClassLength:
Enabled: false
Metrics/CyclomaticComplexity:
Enabled: false
2017-07-21 01:56:17 -04:00
Metrics/LineLength:
Max: 120
2017-07-24 16:25:46 -04:00
Metrics/MethodLength:
Enabled: false
2017-07-21 02:48:04 -04:00
Style/Documentation:
Enabled: false
2017-07-21 13:36:20 -04:00
Style/DoubleNegation:
Enabled: false
2017-07-21 01:56:17 -04:00
Style/TrailingCommaInArguments:
EnforcedStyleForMultiline: comma
Style/TrailingCommaInLiteral:
EnforcedStyleForMultiline: comma
2017-07-21 08:18:29 -04:00
Style/VariableInterpolation:
Enabled: false