diff --git a/share/linters/.rubocop.yml b/share/linters/.rubocop.yml index 0c7812301a..7554293cac 100644 --- a/share/linters/.rubocop.yml +++ b/share/linters/.rubocop.yml @@ -634,6 +634,9 @@ Layout/EmptyLinesAroundModuleBody: Layout/EmptyLineAfterGuardClause: Enabled: true +Layout/AlignHash: + Enabled: false + ### #######