1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Rename AlignWith to EnforcedStyleAlignWith

This commit is contained in:
toshimaru 2017-01-16 15:36:57 +09:00
parent 6e30114c0a
commit 9304912559

View file

@ -113,7 +113,7 @@ Style/UnneededPercentQ:
# assignments, where it should be aligned with the LHS.
Lint/EndAlignment:
Enabled: true
AlignWith: variable
EnforcedStyleAlignWith: variable
# Use my_method(my_arg) not my_method( my_arg ) or my_method my_arg.
Lint/RequireParentheses: