Fix rubocop warning.
This commit is contained in:
parent
46258a5b11
commit
b9a9e2b1c7
|
@ -88,12 +88,12 @@ Layout/TrailingWhitespace:
|
||||||
Lint/Debugger:
|
Lint/Debugger:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
Lint/BlockAlignment:
|
Layout/BlockAlignment:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
# Align `end` with the matching keyword or starting expression except for
|
# Align `end` with the matching keyword or starting expression except for
|
||||||
# assignments, where it should be aligned with the LHS.
|
# assignments, where it should be aligned with the LHS.
|
||||||
Lint/EndAlignment:
|
Layout/EndAlignment:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
EnforcedStyleAlignWith: variable
|
EnforcedStyleAlignWith: variable
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue