Fix rubocop warning.

This commit is contained in:
Guo Xiang Tan 2018-09-04 09:50:47 +08:00
parent fcc96bd2bb
commit 6539c98768
1 changed files with 2 additions and 2 deletions

View File

@ -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