rubocop.yml: configure Hash alignment.
This commit is contained in:
parent
96719383b1
commit
acd7f5714e
@ -19,6 +19,11 @@ FormulaAuditStrict:
|
||||
NewFormulaAudit:
|
||||
Enabled: false
|
||||
|
||||
# make our hashes consistent
|
||||
Layout/AlignHash:
|
||||
EnforcedHashRocketStyle: table
|
||||
EnforcedColonStyle: table
|
||||
|
||||
# `system` is a special case and aligns on second argument
|
||||
Layout/AlignParameters:
|
||||
Enabled: false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user