summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2015-11-26 12:15:08 -0600
committerSamuel Giddins <segiddins@segiddins.me>2015-11-26 12:15:08 -0600
commitd5f3f861f273ae95cba12a0e6b230005e1061964 (patch)
tree5dff6a0da72c7d22f66bc8836d077366799edf31 /.rubocop_todo.yml
parent277e0ff55995786f7202b0e7dc3831f4a92ac0e7 (diff)
downloadbundler-d5f3f861f273ae95cba12a0e6b230005e1061964.tar.gz
[RuboCop] Enable Style/RedundantSelf
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index ca2481aaf8..3a9654b77d 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -246,18 +246,6 @@ Style/PredicateName:
Style/RaiseArgs:
Enabled: false
-# Offense count: 7
-# Cop supports --auto-correct.
-Style/RedundantSelf:
- Exclude:
- - 'lib/bundler.rb'
- - 'lib/bundler/definition.rb'
- - 'lib/bundler/graph.rb'
- - 'lib/bundler/rubygems_integration.rb'
- - 'lib/bundler/source/rubygems.rb'
- - 'spec/support/less_than_proc.rb'
- - 'spec/support/ruby_ext.rb'
-
# Offense count: 1
# Configuration parameters: Methods.
Style/SingleLineBlockParams: