Sha256: a64d72ac5d939a877f1f5249e6451fa2a931fa6d15cb7b4a39f4887235543d08

Contents?: true

Size: 1.4 KB

Versions: 1

Compression:

Stored size: 1.4 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config --auto-gen-only-exclude`
# on 2023-06-20 15:30:24 UTC using RuboCop version 1.52.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: 2
# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes, Max.
Metrics/AbcSize:
  Exclude:
    - 'lib/dor/workflow/client/connection_factory.rb'
    - 'lib/dor/workflow/client/queues.rb'

# Offense count: 2
# Configuration parameters: CountComments, Max, CountAsOne, AllowedMethods, AllowedPatterns.
Metrics/MethodLength:
  Exclude:
    - 'lib/dor/workflow/client/connection_factory.rb'
    - 'lib/dor/workflow/client/queues.rb'

# Offense count: 1
# Configuration parameters: Max, CountKeywordArgs, MaxOptionalParameters.
Metrics/ParameterLists:
  Exclude:
    - 'lib/dor/workflow/client/workflow_routes.rb'

# Offense count: 73
# Configuration parameters: AssignmentOnly.
RSpec/InstanceVariable:
  Exclude:
    - 'spec/dor/workflow/client_spec.rb'

# Offense count: 7
# Configuration parameters: IgnoreNameless, IgnoreSymbolicNames.
RSpec/VerifiedDoubles:
  Exclude:
    - 'spec/dor/workflow/client/connection_factory_spec.rb'
    - 'spec/dor/workflow/client_spec.rb'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dor-workflow-client-6.0.0 .rubocop_todo.yml