diff --git a/.github/linters/.ruby-lint.yml b/.github/linters/.ruby-lint.yml index e9608eed..c70ad84d 100644 --- a/.github/linters/.ruby-lint.yml +++ b/.github/linters/.ruby-lint.yml @@ -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: