Watch
1
0
Fork
You've already forked advent-of-code
0
advent-of-code/2019/.rubocop.yml
2021-12-04 21:20:03 -08:00

20 lines
356 B
YAML

Layout/AlignArguments:
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