# This configuration was generated by # `rubocop --auto-gen-config --auto-gen-only-exclude` # 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' # Offense count: 1 Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'lib/processable.rb'