From 95968380bc3ceeb9a86a3a22e07e94b28207d5f8 Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 13 Mar 2018 18:00:22 +1100 Subject: [PATCH] correct rules --- .rubocop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index b897ad3b9ec..8472c89a91f 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -89,12 +89,12 @@ Layout/TrailingWhitespace: Lint/Debugger: Enabled: true -Lint/BlockAlignment: +Layout/BlockAlignment: Enabled: true # Align `end` with the matching keyword or starting expression except for # assignments, where it should be aligned with the LHS. -Lint/EndAlignment: +Layout/EndAlignment: Enabled: true EnforcedStyleAlignWith: variable