summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorErick Sasse <esasse@gmail.com>2015-07-21 22:17:37 -0300
committerErick Sasse <esasse@gmail.com>2015-07-21 22:17:37 -0300
commitfddf8ccaaae31eb08abe55792f1d9512cbe7ae8e (patch)
treeed48923206b7cb01250aa2a429c3caef65a35a5a /.rubocop.yml
parent89a8778c19269561926cea172acdcda241d26d23 (diff)
downloadbundler-fddf8ccaaae31eb08abe55792f1d9512cbe7ae8e.tar.gz
Fix Style/AccessModifierIndentation
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index b4b986c64e..cc1c9f461b 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -18,6 +18,9 @@ Lint/EndAlignment:
# Style
+Style/AccessModifierIndentation:
+ EnforcedStyle: outdent
+
Style/MultilineOperationIndentation:
EnforcedStyle: indented