.rubocop_todo.yml in sdr-client-0.69.1 vs .rubocop_todo.yml in sdr-client-0.71.0

- old
+ new

@@ -1,8 +1,8 @@ # This configuration was generated by # `rubocop --auto-gen-config --auto-gen-only-exclude` -# on 2022-02-15 02:08:38 UTC using RuboCop version 1.25.1. +# on 2022-03-08 23:08:23 UTC using RuboCop version 1.25.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. @@ -24,22 +24,35 @@ Lint/UnusedMethodArgument: Exclude: - 'lib/sdr_client/deposit/file_type_file_set_strategy.rb' - 'lib/sdr_client/deposit/image_file_set_strategy.rb' -# Offense count: 10 +# Offense count: 1 +# Configuration parameters: IgnoredMethods, CountRepeatedAttributes, Max. +Metrics/AbcSize: + Exclude: + - 'lib/sdr_client/cli.rb' + +# Offense count: 1 +# Configuration parameters: IgnoredMethods, Max. +Metrics/CyclomaticComplexity: + Exclude: + - 'lib/sdr_client/cli.rb' + +# Offense count: 11 # Configuration parameters: CountComments, Max, CountAsOne, ExcludedMethods, IgnoredMethods. Metrics/MethodLength: Exclude: - 'lib/sdr_client/cli.rb' - 'lib/sdr_client/deposit/file.rb' - 'lib/sdr_client/deposit/model_process.rb' - 'lib/sdr_client/deposit/process.rb' - 'lib/sdr_client/deposit/request.rb' - 'lib/sdr_client/login.rb' + - 'lib/sdr_client/update.rb' -# Offense count: 6 +# Offense count: 8 # Configuration parameters: Max, CountAsOne. RSpec/ExampleLength: Exclude: - 'spec/sdr_client/deposit_spec.rb' - 'spec/sdr_client/model_deposit_spec.rb' @@ -58,10 +71,10 @@ # SupportedStyles: have_received, receive RSpec/MessageSpies: Exclude: - 'spec/sdr_client/deposit_spec.rb' -# Offense count: 10 +# Offense count: 12 # Configuration parameters: Max. RSpec/MultipleExpectations: Exclude: - 'spec/sdr_client/connection_spec.rb' - 'spec/sdr_client/deposit/metadata_builder_spec.rb'