summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'