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:
parent
6e30114c0a
commit
9304912559
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue