From 6539c98768c913e38a06b3d50471f2a8b8136729 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Tue, 4 Sep 2018 09:50:47 +0800 Subject: [PATCH] Fix rubocop warning. --- .rubocop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index a529980..a59aaa4 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -88,12 +88,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