diff options
author | toshimaru <me@toshimaru.net> | 2017-01-16 15:36:57 +0900 |
---|---|---|
committer | toshimaru <me@toshimaru.net> | 2017-01-16 15:36:57 +0900 |
commit | 9304912559cf1f0534e99640109e313668cf6112 (patch) | |
tree | 1ca74eef624e92e4b7857b92efbab064620934b8 | |
parent | 6e30114c0a2df3cd12b054675a2cb682c25d0783 (diff) | |
download | rails-9304912559cf1f0534e99640109e313668cf6112.tar.gz rails-9304912559cf1f0534e99640109e313668cf6112.tar.bz2 rails-9304912559cf1f0534e99640109e313668cf6112.zip |
Rename AlignWith to EnforcedStyleAlignWith
-rw-r--r-- | .rubocop.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 629f5d86ea..a9ced4c0a5 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -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: |