summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2015-11-26 12:44:47 -0600
committerSamuel Giddins <segiddins@segiddins.me>2015-11-26 12:44:47 -0600
commit3825d06ca25a349832c0b2fd1ede22dc3fb9344d (patch)
treea9e48c57df0fd9b0cdc2aed891deabf403de950c /.rubocop_todo.yml
parent232815d8d5d8549a9f1c51c74872a89741f96911 (diff)
downloadbundler-3825d06ca25a349832c0b2fd1ede22dc3fb9344d.tar.gz
[RuboCop] Enable Style/ParallelAssignment
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index f62ec4c11f..22c7e42108 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -113,16 +113,6 @@ Style/MultilineBlockChain:
Exclude:
- 'spec/support/less_than_proc.rb'
-# Offense count: 13
-# Cop supports --auto-correct.
-Style/ParallelAssignment:
- Exclude:
- - 'lib/bundler/dsl.rb'
- - 'lib/bundler/shared_helpers.rb'
- - 'lib/bundler/ui/shell.rb'
- - 'spec/bundler/bundler_spec.rb'
- - 'spec/support/helpers.rb'
-
# Offense count: 8
# Configuration parameters: NamePrefix, NamePrefixBlacklist, NameWhitelist.
Style/PredicateName: