summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2015-11-26 12:47:45 -0600
committerSamuel Giddins <segiddins@segiddins.me>2015-11-26 12:47:45 -0600
commit6025635db48f8f4a3f9fb8a2e3db338366755288 (patch)
tree3a932145cadff7e372890cbb0d6ab1db2b19adb6 /.rubocop.yml
parent3825d06ca25a349832c0b2fd1ede22dc3fb9344d (diff)
downloadbundler-6025635db48f8f4a3f9fb8a2e3db338366755288.tar.gz
[RuboCop] Enable Style/SingleLineBlockParams
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 12e6f48507..4ad86833c0 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -33,6 +33,9 @@ Style/MultilineOperationIndentation:
Style/PerlBackrefs:
Enabled: false
+Style/SingleLineBlockParams:
+ Enabled: false
+
Style/SpaceInsideBlockBraces:
SpaceBeforeBlockParameters: false