Merge pull request #13 from github/steffen-remove-align-hash-rules

Remove Layout/AlignHash rules
This commit is contained in:
Lukas Gravley 2019-11-07 08:15:43 -06:00 committed by GitHub
commit c5542cc418
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,11 +57,6 @@ Metrics/CyclomaticComplexity:
Layout/SpaceAroundEqualsInParameterDefault:
EnforcedStyle: no_space
# Most readable form.
Layout/AlignHash:
EnforcedHashRocketStyle: table
EnforcedColonStyle: table
# Indenting the chained dots beneath each other is not supported by this cop,
# see https://github.com/bbatsov/rubocop/issues/1633
Layout/MultilineOperationIndentation: