mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
Merge pull request #13 from github/steffen-remove-align-hash-rules
Remove Layout/AlignHash rules
This commit is contained in:
commit
c5542cc418
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