Skip to content

Commit

Permalink
Rename AlignWith to EnforcedStyleAlignWith
Browse files Browse the repository at this point in the history
  • Loading branch information
toshimaru committed Jan 16, 2017
1 parent 6e30114 commit 9304912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 9304912

Please sign in to comment.