Remove Layout/AlignHash rules

This commit is contained in:
Steffen Hiller 2019-11-07 12:43:54 +01:00 committed by GitHub
parent c200202028
commit d2c993cf70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,11 +57,6 @@ Metrics/CyclomaticComplexity:
Layout/SpaceAroundEqualsInParameterDefault: Layout/SpaceAroundEqualsInParameterDefault:
EnforcedStyle: no_space 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, # Indenting the chained dots beneath each other is not supported by this cop,
# see https://github.com/bbatsov/rubocop/issues/1633 # see https://github.com/bbatsov/rubocop/issues/1633
Layout/MultilineOperationIndentation: Layout/MultilineOperationIndentation: