diff options
author | Erick Sasse <esasse@gmail.com> | 2015-07-28 21:00:30 -0300 |
---|---|---|
committer | Erick Sasse <esasse@gmail.com> | 2015-07-29 21:19:16 -0300 |
commit | 57f7698e9063ff132280c9fa8c5c386675184922 (patch) | |
tree | d73bc62c92cce7fd8ac64796e0622fa2131ae11a /.rubocop.yml | |
parent | 9629f0b3e8b17351e3f91a32e469f0bd84c8de86 (diff) | |
download | bundler-57f7698e9063ff132280c9fa8c5c386675184922.tar.gz |
Fix Style/AlignParameters
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index cc1c9f461b..8b9a20f661 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -21,6 +21,9 @@ Lint/EndAlignment: Style/AccessModifierIndentation: EnforcedStyle: outdent +Style/AlignParameters: + EnforcedStyle: with_fixed_indentation + Style/MultilineOperationIndentation: EnforcedStyle: indented |