From 8db061bcea5342e8149f69b52b55d84230c72fa4 Mon Sep 17 00:00:00 2001 From: Johnathan Martin Date: Thu, 15 Aug 2019 10:00:33 -0700 Subject: [PATCH] re-gen .rubocop_todo.yml for current rubocop version --- .rubocop_todo.yml | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 3291d7d6..1aa20ef2 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2018-12-21 16:08:12 -0800 using RuboCop version 0.60.0. +# on 2019-08-15 10:28:27 -0700 using RuboCop version 0.60.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 @@ -14,18 +14,18 @@ Metrics/AbcSize: # Configuration parameters: CountComments, ExcludedMethods. # ExcludedMethods: refine Metrics/BlockLength: - Max: 310 + Max: 307 # Offense count: 3 # Configuration parameters: CountComments. Metrics/ClassLength: - Max: 188 + Max: 174 # Offense count: 4 Metrics/CyclomaticComplexity: Max: 20 -# Offense count: 10 +# Offense count: 11 # Configuration parameters: CountComments, ExcludedMethods. Metrics/MethodLength: Max: 44 @@ -34,13 +34,12 @@ Metrics/MethodLength: Metrics/PerceivedComplexity: Max: 20 -# Offense count: 7 +# Offense count: 4 # Configuration parameters: Blacklist. # Blacklist: (?-mix:(^|\s)(EO[A-Z]{1}|END)(\s|$)) Naming/HeredocDelimiterNaming: Exclude: - 'spec/lib/pre_assembly/digital_object_spec.rb' - - 'spec/lib/pre_assembly/smpl_spec.rb' # Offense count: 1 # Configuration parameters: EnforcedStyleForLeadingUnderscores. @@ -75,13 +74,7 @@ RSpec/ExampleLength: Exclude: - 'spec/lib/pre_assembly/bundle_spec.rb' -# Offense count: 3 -RSpec/MessageChain: - Exclude: - - 'spec/lib/pre_assembly/bundle_spec.rb' - - 'spec/lib/pre_assembly/digital_object_spec.rb' - -# Offense count: 28 +# Offense count: 26 RSpec/SubjectStub: Exclude: - 'spec/lib/pre_assembly/digital_object_spec.rb'