summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <me@colby.fyi>2018-10-29 23:03:37 +1100
committerColby Swandale <me@colby.fyi>2018-11-03 12:04:27 +1100
commitfbc4ea3029e2caa5a96c156a969c123ec8ff81cc (patch)
tree2bd3ba8a4d6fa1a031bb39f51a984760516332d4
parent9ecc86f3c8da39ce224afc3faf2646574ad49327 (diff)
downloadbundler-fbc4ea3029e2caa5a96c156a969c123ec8ff81cc.tar.gz
resolve rubocop error
-rw-r--r--.rubocop_todo.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 16080de7cd..7f97d0ecc4 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2018-10-29 22:50:33 +1100 using RuboCop version 0.49.1.
+# on 2018-10-29 23:00:23 +1100 using RuboCop version 0.49.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
@@ -116,7 +116,7 @@ Lint/UselessAssignment:
Exclude:
- 'lib/bundler/index.rb'
-# Offense count: 2779
+# Offense count: 2785
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Metrics/LineLength:
@@ -222,11 +222,12 @@ Style/EmptyMethod:
Style/FormatStringToken:
EnforcedStyle: template
-# Offense count: 1
+# Offense count: 2
# Configuration parameters: AllowedVariables.
Style/GlobalVars:
Exclude:
- 'lib/bundler/cli.rb'
+ - 'spec/spec_helper.rb'
# Offense count: 12
# Configuration parameters: MinBodyLength.