Sha256: 96a4d23b835a2eeecbfc17e9420ab78e86f3284c16667343a1bf4b92981a510d

Contents?: true

Size: 1.16 KB

Versions: 1

Compression:

Stored size: 1.16 KB

Contents

# 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'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
processable-1.0.0 .rubocop_todo.yml