summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2015-11-26 12:27:32 -0600
committerSamuel Giddins <segiddins@segiddins.me>2015-11-26 12:27:32 -0600
commitf25e6bfc5f2beb2c1b509460c4491b3fb0f7c719 (patch)
tree77bc1d0f2790f2bb03bac696f8045f12613d9036 /.rubocop_todo.yml
parent6c06b2366ff239aaaa24d3d3a4ce84d7736afcc6 (diff)
downloadbundler-f25e6bfc5f2beb2c1b509460c4491b3fb0f7c719.tar.gz
[RuboCop] Disable Style/PerlBackrefs
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 b40e1004f1..727434cee4 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -189,19 +189,6 @@ Style/ParallelAssignment:
Style/PercentLiteralDelimiters:
Enabled: false
-# Offense count: 22
-# Cop supports --auto-correct.
-Style/PerlBackrefs:
- Exclude:
- - 'exe/bundle'
- - 'exe/bundler'
- - 'lib/bundler/cli/gem.rb'
- - 'lib/bundler/dsl.rb'
- - 'lib/bundler/lockfile_parser.rb'
- - 'lib/bundler/runtime.rb'
- - 'lib/bundler/source/git/git_proxy.rb'
- - 'lib/bundler/source/path.rb'
-
# Offense count: 8
# Configuration parameters: NamePrefix, NamePrefixBlacklist, NameWhitelist.
Style/PredicateName: