summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2015-11-26 12:35:57 -0600
committerSamuel Giddins <segiddins@segiddins.me>2015-11-26 12:35:57 -0600
commit831457dd8f9c991b06703c3ad24a8840586e41ec (patch)
tree55a9419f7cefe8471e2bef45280aef2c79ee34ad /.rubocop_todo.yml
parent69832acfd333267d1bedc6b2467e5c0f0c1c67e1 (diff)
downloadbundler-831457dd8f9c991b06703c3ad24a8840586e41ec.tar.gz
[RuboCop] Enable Style/EmptyElse
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 7fa5daf6c7..65707ff2c4 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -83,14 +83,6 @@ Style/ClassAndModuleChildren:
Style/Documentation:
Enabled: false
-# Offense count: 2
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle, SupportedStyles.
-Style/EmptyElse:
- Exclude:
- - 'lib/bundler/fetcher.rb'
- - 'lib/bundler/ruby_version.rb'
-
# Offense count: 10
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.