summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml26
1 files changed, 11 insertions, 15 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 7d16768980..e9ec7c682b 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2017-04-08 17:26:10 -0500 using RuboCop version 0.48.0.
+# on 2017-04-28 14:46:27 +0200 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: 451
+# Offense count: 456
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/BlockLength:
- Max: 988
+ Max: 1048
-# Offense count: 2035
+# Offense count: 2083
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Metrics/LineLength:
@@ -87,7 +87,6 @@ Metrics/LineLength:
# Cop supports --auto-correct.
Performance/RedundantBlockCall:
Exclude:
- - 'lib/bundler/dsl.rb'
- 'lib/bundler/gem_helper.rb'
- 'lib/bundler/retry.rb'
- 'lib/bundler/shared_helpers.rb'
@@ -134,14 +133,13 @@ Style/AccessorMethodName:
Exclude:
- 'lib/bundler/source/git.rb'
-# Offense count: 4
+# Offense count: 3
Style/CaseEquality:
Exclude:
- - 'lib/bundler/dsl.rb'
- 'lib/bundler/match_platform.rb'
- 'lib/bundler/rubygems_ext.rb'
-# Offense count: 25
+# Offense count: 27
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: nested, compact
Style/ClassAndModuleChildren:
@@ -163,11 +161,11 @@ Style/ConditionalAssignment:
- 'lib/bundler/source/git.rb'
- 'lib/bundler/source/rubygems.rb'
-# Offense count: 158
+# Offense count: 161
Style/Documentation:
Enabled: false
-# Offense count: 304
+# Offense count: 308
# Cop supports --auto-correct.
Style/EmptyLineAfterMagicComment:
Enabled: false
@@ -205,7 +203,7 @@ Style/GlobalVars:
- 'lib/bundler/cli.rb'
- 'spec/spec_helper.rb'
-# Offense count: 17
+# Offense count: 16
# Configuration parameters: MinBodyLength.
Style/GuardClause:
Exclude:
@@ -215,7 +213,6 @@ Style/GuardClause:
- 'lib/bundler/cli/outdated.rb'
- 'lib/bundler/cli/package.rb'
- 'lib/bundler/definition.rb'
- - 'lib/bundler/dsl.rb'
- 'lib/bundler/installer.rb'
- 'lib/bundler/runtime.rb'
- 'lib/bundler/source/path/installer.rb'
@@ -240,7 +237,7 @@ Style/IfUnlessModifierOfIfUnless:
Style/IndentArray:
EnforcedStyle: consistent
-# Offense count: 34
+# Offense count: 35
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: auto_detection, squiggly, active_support, powerpack, unindent
@@ -361,12 +358,11 @@ Style/RaiseArgs:
- 'spec/bundler/rubygems_integration_spec.rb'
- 'spec/bundler/shared_helpers_spec.rb'
-# Offense count: 2
+# Offense count: 1
# Cop supports --auto-correct.
Style/RedundantParentheses:
Exclude:
- 'lib/bundler/cli/console.rb'
- - 'lib/bundler/dsl.rb'
# Offense count: 1
# Cop supports --auto-correct.