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