.rubocop_todo.yml in bundler-1.12.0.pre.1 vs .rubocop_todo.yml in bundler-1.12.0.pre.2

- old
+ new

@@ -1,8 +1,8 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2016-02-05 10:43:08 -0600 using RuboCop version 0.37.0. +# on 2016-02-09 10:53:24 -0600 using RuboCop version 0.37.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 # versions of RuboCop, may require this file to be generated again. @@ -23,11 +23,11 @@ # Offense count: 1 Lint/IneffectiveAccessModifier: Exclude: - 'lib/bundler/settings.rb' -# Offense count: 4 +# Offense count: 3 Lint/NestedMethodDefinition: Exclude: - 'lib/bundler/inline.rb' - 'spec/support/builders.rb' @@ -50,22 +50,22 @@ Exclude: - 'lib/bundler/graph.rb' - 'lib/bundler/index.rb' - 'lib/bundler/installer.rb' -# Offense count: 1291 +# Offense count: 1295 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes. # URISchemes: http, https Metrics/LineLength: Max: 207 # Offense count: 2 # Configuration parameters: CountKeywordArgs. Metrics/ParameterLists: Max: 6 -# Offense count: 53 +# Offense count: 52 Metrics/PerceivedComplexity: Max: 54 # Offense count: 6 # Cop supports --auto-correct. @@ -146,15 +146,14 @@ Exclude: - 'lib/bundler/cli.rb' - 'spec/spec_helper.rb' - 'spec/support/helpers.rb' -# Offense count: 2 +# Offense count: 1 Style/IfInsideElse: Exclude: - 'lib/bundler/cli/install.rb' - - 'lib/bundler/definition.rb' # Offense count: 4 # Cop supports --auto-correct. # Configuration parameters: SupportedStyles, IndentationWidth. # SupportedStyles: special_inside_parentheses, consistent, align_brackets @@ -194,10 +193,10 @@ - 'lib/bundler/settings.rb' - 'lib/bundler/source/git.rb' - 'lib/bundler/source/git/git_proxy.rb' - 'lib/bundler/source/path.rb' -# Offense count: 22 +# Offense count: 23 # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: compact, exploded Style/RaiseArgs: Enabled: false