summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorColby Swandale <colby@taplaboratories.com>2017-02-20 19:40:32 +1100
committerColby Swandale <colby@taplaboratories.com>2017-02-20 19:40:32 +1100
commitef4c2c7f78a76d0cb2a0a0040457a60650d783c7 (patch)
tree9ce9f663393a9c195bad9f870cb66c43dc5874f2 /.rubocop.yml
parentc7f3d05ec03326d4c6bac6b26ba41f06f0236e66 (diff)
downloadbundler-ef4c2c7f78a76d0cb2a0a0040457a60650d783c7.tar.gz
[Rubocop] Update Rubocop to 0.47.1
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 b027d4cf54..ded01cbb21 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -15,7 +15,7 @@ Lint/AssignmentInCondition:
Enabled: false
Lint/EndAlignment:
- AlignWith: variable
+ EnforcedStyleAlignWith: variable
AutoCorrect: true
Lint/UnusedMethodArgument: