summaryrefslogtreecommitdiff
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
parent3825d06ca25a349832c0b2fd1ede22dc3fb9344d (diff)
downloadbundler-6025635db48f8f4a3f9fb8a2e3db338366755288.tar.gz
[RuboCop] Enable Style/SingleLineBlockParams
-rw-r--r--.rubocop.yml3
-rw-r--r--.rubocop_todo.yml6
2 files changed, 3 insertions, 6 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
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 22c7e42108..e059b4ae18 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -128,9 +128,3 @@ Style/PredicateName:
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/RaiseArgs:
Enabled: false
-
-# Offense count: 1
-# Configuration parameters: Methods.
-Style/SingleLineBlockParams:
- Exclude:
- - 'lib/bundler/cli/gem.rb'