Watch
1
0
Fork
You've already forked advent-of-code
0

Configure rubocop

This commit is contained in:
Jeremy Kaplan 2019-12-01 22:20:18 -08:00
commit 998c4a13a9
3 changed files with 53 additions and 0 deletions

20
2019/.rubocop.yml Normal file
View file

@ -0,0 +1,20 @@
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