summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2015-11-26 12:34:13 -0600
committerSamuel Giddins <segiddins@segiddins.me>2015-11-26 12:34:13 -0600
commit69832acfd333267d1bedc6b2467e5c0f0c1c67e1 (patch)
tree8fd3fd34e7440bc266e7062d13601ce617f69438 /.rubocop_todo.yml
parent5782a9f536ba4440d74e4d4fcda25b26721982b3 (diff)
downloadbundler-69832acfd333267d1bedc6b2467e5c0f0c1c67e1.tar.gz
[RuboCop] Enable Style/Next
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 860bfbb461..7fa5daf6c7 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -160,19 +160,6 @@ Style/MultilineBlockChain:
Style/MultilineOperationIndentation:
Enabled: false
-# Offense count: 10
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle, MinBodyLength, SupportedStyles.
-Style/Next:
- Exclude:
- - 'exe/bundle'
- - 'exe/bundler'
- - 'lib/bundler/definition.rb'
- - 'lib/bundler/dsl.rb'
- - 'lib/bundler/resolver.rb'
- - 'lib/bundler/source/path.rb'
- - 'spec/support/artifice/endpoint.rb'
-
# Offense count: 13
# Cop supports --auto-correct.
Style/ParallelAssignment: