summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2017-04-08 17:28:58 -0500
committerSamuel Giddins <segiddins@segiddins.me>2017-04-13 20:40:29 -0500
commitb05df750e92a2c12b0d47c0b9bff619bb024a0d5 (patch)
tree68715031276773dd0545d79610361ea56b7585a9 /.rubocop_todo.yml
parentfe617daaaad4d4d3a48bcce90e39caff9145cfbb (diff)
downloadbundler-b05df750e92a2c12b0d47c0b9bff619bb024a0d5.tar.gz
Avoid deadlocking when installing with a lockfile missing dependencies
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml21
1 files changed, 10 insertions, 11 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index d03086eab2..7d16768980 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2017-03-30 23:48:11 +0900 using RuboCop version 0.48.0.
+# on 2017-04-08 17:26:10 -0500 using RuboCop version 0.48.0.
# 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
@@ -72,12 +72,12 @@ Lint/UselessAssignment:
- 'lib/bundler/index.rb'
- 'lib/bundler/installer.rb'
-# Offense count: 444
+# Offense count: 451
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/BlockLength:
- Max: 980
+ Max: 988
-# Offense count: 1991
+# Offense count: 2035
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Metrics/LineLength:
@@ -141,7 +141,7 @@ Style/CaseEquality:
- 'lib/bundler/match_platform.rb'
- 'lib/bundler/rubygems_ext.rb'
-# Offense count: 24
+# Offense count: 25
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: nested, compact
Style/ClassAndModuleChildren:
@@ -163,11 +163,11 @@ Style/ConditionalAssignment:
- 'lib/bundler/source/git.rb'
- 'lib/bundler/source/rubygems.rb'
-# Offense count: 154
+# Offense count: 158
Style/Documentation:
Enabled: false
-# Offense count: 300
+# Offense count: 304
# Cop supports --auto-correct.
Style/EmptyLineAfterMagicComment:
Enabled: false
@@ -205,7 +205,7 @@ Style/GlobalVars:
- 'lib/bundler/cli.rb'
- 'spec/spec_helper.rb'
-# Offense count: 18
+# Offense count: 17
# Configuration parameters: MinBodyLength.
Style/GuardClause:
Exclude:
@@ -217,7 +217,6 @@ Style/GuardClause:
- 'lib/bundler/definition.rb'
- 'lib/bundler/dsl.rb'
- 'lib/bundler/installer.rb'
- - 'lib/bundler/lockfile_parser.rb'
- 'lib/bundler/runtime.rb'
- 'lib/bundler/source/path/installer.rb'
- 'lib/bundler/source_list.rb'
@@ -241,14 +240,14 @@ Style/IfUnlessModifierOfIfUnless:
Style/IndentArray:
EnforcedStyle: consistent
-# Offense count: 33
+# Offense count: 34
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: auto_detection, squiggly, active_support, powerpack, unindent
Style/IndentHeredoc:
Enabled: false
-# Offense count: 8
+# Offense count: 9
# Cop supports --auto-correct.
# Configuration parameters: InverseMethods, InverseBlocks.
Style/InverseMethods: