diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 69dc02b3b..6a5cace29 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,19 +1,12 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2020-02-27 21:19:26 -0800 using RuboCop version 0.80.0. +# on 2020-03-04 10:41:06 -0700 using RuboCop version 0.80.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. -# Offense count: 1 -# Cop supports --auto-correct. -# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. -# URISchemes: http, https -Layout/LineLength: - Max: 122 - -# Offense count: 12 +# Offense count: 13 Metrics/AbcSize: Max: 42 @@ -56,7 +49,7 @@ RSpec/ExpectInHook: - 'spec/views/catalog/_exhibits_document_header_default.html.erb_spec.rb' - 'spec/views/viewers/edit.html.erb_spec.rb' -# Offense count: 113 +# Offense count: 114 # Configuration parameters: AggregateFailuresByDefault. RSpec/MultipleExpectations: Max: 6 @@ -96,6 +89,11 @@ Style/MixinUsage: - 'lib/traject/dor_config.rb' - 'spec/features/viewers_spec.rb' +# Offense count: 1 +Style/MultilineBlockChain: + Exclude: + - 'lib/tasks/spotlight.rake' + # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle.