Configure rubocop
This commit is contained in:
parent
b5133271c7
commit
998c4a13a9
3 changed files with 53 additions and 0 deletions
20
2019/.rubocop.yml
Normal file
20
2019/.rubocop.yml
Normal 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
|
||||
Loading…
Reference in a new issue