.rubocop_todo.yml in bundler-1.13.0.rc.1 vs .rubocop_todo.yml in bundler-1.13.0.rc.2

- old
+ new

@@ -1,8 +1,8 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2016-03-29 17:34:30 -0500 using RuboCop version 0.39.0. +# on 2016-07-27 12:41:39 -0500 using RuboCop version 0.41.2. # 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. @@ -43,32 +43,27 @@ # Offense count: 1 Lint/UselessAccessModifier: Exclude: - 'lib/bundler/fetcher.rb' -# Offense count: 7 +# Offense count: 6 Lint/UselessAssignment: Exclude: - - 'lib/bundler/graph.rb' - 'lib/bundler/index.rb' - 'lib/bundler/installer.rb' -# Offense count: 1331 +# Offense count: 1686 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes. # URISchemes: http, https Metrics/LineLength: Max: 207 -# Offense count: 2 +# Offense count: 3 # Configuration parameters: CountKeywordArgs. Metrics/ParameterLists: Max: 6 -# Offense count: 55 -Metrics/PerceivedComplexity: - Max: 51 - # Offense count: 6 # Cop supports --auto-correct. Performance/RedundantBlockCall: Exclude: - 'lib/bundler/dsl.rb' @@ -102,17 +97,17 @@ Exclude: - 'lib/bundler/dsl.rb' - 'lib/bundler/match_platform.rb' - 'lib/bundler/rubygems_ext.rb' -# Offense count: 22 +# Offense count: 23 # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: nested, compact Style/ClassAndModuleChildren: Enabled: false -# Offense count: 11 +# Offense count: 10 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, SingleLineConditionsOnly. # SupportedStyles: assign_to_condition, assign_inside_condition Style/ConditionalAssignment: Exclude: @@ -125,11 +120,11 @@ - 'lib/bundler/psyched_yaml.rb' - 'lib/bundler/rubygems_integration.rb' - 'lib/bundler/source/git.rb' - 'lib/bundler/source/rubygems.rb' -# Offense count: 119 +# Offense count: 138 Style/Documentation: Enabled: false # Offense count: 2 # Cop supports --auto-correct. @@ -162,44 +157,51 @@ # SupportedStyles: special_inside_parentheses, consistent, align_brackets Style/IndentArray: EnforcedStyle: consistent # Offense count: 2 +# Configuration parameters: EnforcedStyle, SupportedStyles. +# SupportedStyles: module_function, extend_self Style/ModuleFunction: Exclude: - 'lib/bundler/shared_helpers.rb' - 'spec/support/path.rb' -# Offense count: 1 +# Offense count: 3 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, IndentationWidth. -# SupportedStyles: aligned, indented +# SupportedStyles: aligned, indented, indented_relative_to_receiver Style/MultilineMethodCallIndentation: - Enabled: false + Exclude: + - 'lib/bundler/cli/common.rb' + - 'spec/bundler/plugin/source_list_spec.rb' -# Offense count: 4 +# Offense count: 3 +# Cop supports --auto-correct. Style/NestedParenthesizedCalls: Exclude: - 'lib/bundler/resolver.rb' - 'spec/commands/lock_spec.rb' - 'spec/runtime/setup_spec.rb' -# Offense count: 8 +# Offense count: 9 # Configuration parameters: NamePrefix, NamePrefixBlacklist, NameWhitelist. # NamePrefix: is_, has_, have_ # NamePrefixBlacklist: is_, has_, have_ # NameWhitelist: is_a? Style/PredicateName: Exclude: + - 'spec/**/*' - 'lib/bundler/definition.rb' - 'lib/bundler/installer/parallel_installer.rb' - 'lib/bundler/settings.rb' - 'lib/bundler/source/git.rb' - 'lib/bundler/source/git/git_proxy.rb' - 'lib/bundler/source/path.rb' # Offense count: 25 +# Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: compact, exploded Style/RaiseArgs: Enabled: false @@ -215,11 +217,11 @@ # Configuration parameters: AllowForAlignment. Style/SpaceAroundOperators: Exclude: - 'lib/bundler/retry.rb' -# Offense count: 11 +# Offense count: 10 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyleForMultiline, SupportedStyles. # SupportedStyles: comma, consistent_comma, no_comma Style/TrailingCommaInLiteral: Exclude: @@ -229,17 +231,15 @@ - 'lib/bundler/gem_helpers.rb' - 'lib/bundler/graph.rb' - 'lib/bundler/ruby_version.rb' - 'lib/bundler/similarity_detector.rb' - 'spec/support/artifice/endpoint.rb' - - 'spec/support/rubygems_ext.rb' -# Offense count: 19 +# Offense count: 18 # Cop supports --auto-correct. Style/UnneededInterpolation: Exclude: - 'lib/bundler/cli/config.rb' - - 'lib/bundler/definition.rb' - 'lib/bundler/env.rb' - 'spec/bundler/shared_helpers_spec.rb' - 'spec/cache/git_spec.rb' - 'spec/commands/exec_spec.rb' - 'spec/support/artifice/endpoint.rb'