sul-dlss/dor-services-client

View on GitHub
.rubocop_todo.yml

Summary

Maintainability
Test Coverage
# This configuration was generated by
# `rubocop --auto-gen-config --auto-gen-only-exclude`
# on 2023-06-20 05:36:17 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: 1
# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes, Max.
Metrics/AbcSize:
  Exclude:
    - 'lib/dor/services/client/marcxml.rb'

# Offense count: 1
# Configuration parameters: CountComments, Max, CountAsOne, AllowedMethods, AllowedPatterns.
Metrics/MethodLength:
  Exclude:
    - 'lib/dor/services/client/transfer.rb'

# Offense count: 3
RSpec/AnyInstance:
  Exclude:
    - 'spec/dor/services/client/async_result_spec.rb'
    - 'spec/dor/services/client/object_version_spec.rb'

# Offense count: 6
RSpec/IdenticalEqualityAssertion:
  Exclude:
    - 'spec/dor/services/client_spec.rb'

# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
RSpec/MultipleSubjects:
  Exclude:
    - 'spec/dor/services/client/object_spec.rb'

# Offense count: 9
# Configuration parameters: Max, AllowedGroups.
RSpec/NestedGroups:
  Exclude:
    - 'spec/dor/services/client/accession_spec.rb'
    - 'spec/dor/services/client/background_job_results_spec.rb'
    - 'spec/dor/services/client/objects_spec.rb'
    - 'spec/dor/services/client_spec.rb'

# Offense count: 4
RSpec/RepeatedDescription:
  Exclude:
    - 'spec/dor/services/client/object_spec.rb'

# Offense count: 3
# Configuration parameters: IgnoreNameless, IgnoreSymbolicNames.
RSpec/VerifiedDoubles:
  Exclude:
    - 'spec/dor/services/client/response_error_formatter_spec.rb'

# Offense count: 1
# Configuration parameters: AllowedConstants.
Style/Documentation:
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'
    - 'lib/dor/services/client.rb'

# Offense count: 47
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns.
# URISchemes: http, https
Layout/LineLength:
  Max: 164