diff options
author | Colby Swandale <colby@taplaboratories.com> | 2017-02-20 19:40:32 +1100 |
---|---|---|
committer | Colby Swandale <colby@taplaboratories.com> | 2017-02-20 19:40:32 +1100 |
commit | ef4c2c7f78a76d0cb2a0a0040457a60650d783c7 (patch) | |
tree | 9ce9f663393a9c195bad9f870cb66c43dc5874f2 /.rubocop.yml | |
parent | c7f3d05ec03326d4c6bac6b26ba41f06f0236e66 (diff) | |
download | bundler-ef4c2c7f78a76d0cb2a0a0040457a60650d783c7.tar.gz |
[Rubocop] Update Rubocop to 0.47.1
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 2 |
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: |