diff options
author | Samuel Giddins <segiddins@segiddins.me> | 2017-03-11 17:11:59 -0500 |
---|---|---|
committer | Samuel Giddins <segiddins@segiddins.me> | 2017-03-11 17:11:59 -0500 |
commit | 3eb9732aec43489f25669701358e15a6410de3f5 (patch) | |
tree | 8f1a6ac6c28b602dab2f78995ad30dcedbd277f2 | |
parent | b495fb4076a90785ca52033358648b3c23d1a18a (diff) | |
download | bundler-3eb9732aec43489f25669701358e15a6410de3f5.tar.gz |
[RuboCop] Regenerate todo fileseg-installation-failure-reason
-rw-r--r-- | .rubocop_todo.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 8fd3ba1231..4917f5af50 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2017-02-20 19:38:50 +1100 using RuboCop version 0.47.1. +# on 2017-03-11 17:10:16 -0500 using RuboCop version 0.47.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 @@ -51,12 +51,12 @@ Lint/UselessAssignment: - 'lib/bundler/index.rb' - 'lib/bundler/installer.rb' -# Offense count: 437 +# Offense count: 442 # Configuration parameters: CountComments, ExcludedMethods. Metrics/BlockLength: - Max: 976 + Max: 980 -# Offense count: 1923 +# Offense count: 1966 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Metrics/LineLength: @@ -120,7 +120,7 @@ Style/CaseEquality: - 'lib/bundler/match_platform.rb' - 'lib/bundler/rubygems_ext.rb' -# Offense count: 23 +# Offense count: 24 # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: nested, compact Style/ClassAndModuleChildren: @@ -142,7 +142,7 @@ Style/ConditionalAssignment: - 'lib/bundler/source/git.rb' - 'lib/bundler/source/rubygems.rb' -# Offense count: 152 +# Offense count: 154 Style/Documentation: Enabled: false |