Watch
1
0
Fork
You've already forked advent-of-code
0
advent-of-code/2019/.rubocop.yml

20 lines
359 B
YAML

Layout/ArgumentAlignment:
EnforcedStyle: with_fixed_indentation
Metrics/LineLength:
Enabled: false
Naming/MethodParameterName:
MinNameLength: 1
Style/ClassAndModuleChildren:
Enabled: false
Style/Documentation:
Enabled: false
Style/NumericLiterals:
Enabled: false
Style/TrailingCommaInArguments:
EnforcedStyleForMultiline: consistent_comma