diff options
author | Samuel Giddins <segiddins@segiddins.me> | 2016-07-27 12:44:51 -0500 |
---|---|---|
committer | Samuel Giddins <segiddins@segiddins.me> | 2016-08-02 15:04:28 -0500 |
commit | 29746bd6f37b1ff0b34c108b389d4603a20de110 (patch) | |
tree | 06e73e853f59b185db9920b3ae06d789987e26b5 /.rubocop_todo.yml | |
parent | 17107b22ad41ee306f534bcee375bb3d08d5f460 (diff) | |
download | bundler-29746bd6f37b1ff0b34c108b389d4603a20de110.tar.gz |
[RuboCop] Fix offenses
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 4761c7872b..3a23005c2b 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 |