rubocop.yml: configure Hash alignment.

This commit is contained in:
Mike McQuaid 2018-11-02 17:17:35 +00:00
parent 96719383b1
commit acd7f5714e
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -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