aboutsummaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-07-27 12:44:51 -0500
committerSamuel Giddins <segiddins@segiddins.me>2016-08-02 15:04:28 -0500
commit29746bd6f37b1ff0b34c108b389d4603a20de110 (patch)
tree06e73e853f59b185db9920b3ae06d789987e26b5 /.rubocop_todo.yml
parent17107b22ad41ee306f534bcee375bb3d08d5f460 (diff)
downloadbundler-29746bd6f37b1ff0b34c108b389d4603a20de110.tar.gz
[RuboCop] Fix offenses
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 4761c787..3a23005c 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2016-07-14 22:16:31 -0500 using RuboCop version 0.41.2.
+# 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
@@ -45,14 +45,13 @@ 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: 1629
+# Offense count: 1686
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes.
# URISchemes: http, https
Metrics/LineLength:
@@ -106,7 +105,7 @@ Style/CaseEquality:
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