summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
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: