.rubocop_todo.yml in processable-0.0.2 vs .rubocop_todo.yml in processable-1.0.0

- old
+ new

@@ -1,19 +1,36 @@ # This configuration was generated by # `rubocop --auto-gen-config --auto-gen-only-exclude` -# on 2022-07-16 11:38:10 UTC using RuboCop version 0.93.1. +# on 2023-10-20 07:00:15 UTC using RuboCop version 0.93.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 +Lint/ShadowingOuterLocalVariable: + Exclude: + - 'lib/processable.rb' + +# Offense count: 1 +# Configuration parameters: IgnoredMethods, Max. +Metrics/AbcSize: + Exclude: + - 'lib/processable.rb' + +# Offense count: 1 # Configuration parameters: CountComments, Max, CountAsOne, ExcludedMethods. # ExcludedMethods: refine Metrics/BlockLength: Exclude: - '**/*.gemspec' - 'spec/processable_spec.rb' + +# Offense count: 1 +# Configuration parameters: CountComments, Max, CountAsOne, ExcludedMethods. +Metrics/MethodLength: + Exclude: + - 'lib/processable.rb' # Offense count: 2 Style/ClassVars: Exclude: - 'lib/processable.rb'