summaryrefslogtreecommitdiff
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
parent6c06b2366ff239aaaa24d3d3a4ce84d7736afcc6 (diff)
downloadbundler-f25e6bfc5f2beb2c1b509460c4491b3fb0f7c719.tar.gz
[RuboCop] Disable Style/PerlBackrefs
-rw-r--r--.rubocop.yml3
-rw-r--r--.rubocop_todo.yml13
2 files changed, 3 insertions, 13 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 3692909527..12e6f48507 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -30,6 +30,9 @@ Style/AlignParameters:
Style/MultilineOperationIndentation:
EnforcedStyle: indented
+Style/PerlBackrefs:
+ Enabled: false
+
Style/SpaceInsideBlockBraces:
SpaceBeforeBlockParameters: false
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: