aboutsummaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
authortoshimaru <me@toshimaru.net>2017-01-16 15:36:57 +0900
committertoshimaru <me@toshimaru.net>2017-01-16 15:36:57 +0900
commit9304912559cf1f0534e99640109e313668cf6112 (patch)
tree1ca74eef624e92e4b7857b92efbab064620934b8 /.rubocop.yml
parent6e30114c0a2df3cd12b054675a2cb682c25d0783 (diff)
downloadrails-9304912559cf1f0534e99640109e313668cf6112.tar.gz
rails-9304912559cf1f0534e99640109e313668cf6112.tar.bz2
rails-9304912559cf1f0534e99640109e313668cf6112.zip
Rename AlignWith to EnforcedStyleAlignWith
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
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: