summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-01-14 16:21:54 -0600
committerSamuel Giddins <segiddins@segiddins.me>2016-01-31 22:21:13 -0600
commite85b990916f16dd9a56dbafae6503f7a48d55131 (patch)
treef9244f2ab14db6abf5c0bc38ee5508ccfc94aa30 /.rubocop_todo.yml
parent9297bcf0135a0bd8c1df29b929267582ca66217d (diff)
downloadbundler-e85b990916f16dd9a56dbafae6503f7a48d55131.tar.gz
[RuboCop] Address Style/GuardClause
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index a56603857f..c2c9e322e9 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -175,17 +175,6 @@ Style/GlobalVars:
- 'spec/spec_helper.rb'
- 'spec/support/helpers.rb'
-# Offense count: 7
-# Configuration parameters: MinBodyLength.
-Style/GuardClause:
- Exclude:
- - 'lib/bundler/cli/config.rb'
- - 'lib/bundler/cli/viz.rb'
- - 'lib/bundler/dsl.rb'
- - 'lib/bundler/fetcher.rb'
- - 'lib/bundler/fetcher/index.rb'
- - 'lib/bundler/graph.rb'
-
# Offense count: 2
Style/IfInsideElse:
Exclude: