mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
Remove Layout/AlignHash rules
This commit is contained in:
parent
c200202028
commit
d2c993cf70
1 changed files with 0 additions and 5 deletions
5
.github/linters/.ruby-lint.yml
vendored
5
.github/linters/.ruby-lint.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue