Sha256: 0cf57de8296d452f229023aaf4f133121e92018bd7cd6a98af12bd25ff038922

Contents?: true

Size: 1.01 KB

Versions: 2

Compression:

Stored size: 1.01 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2020-04-21 15:28:36 -0400 using RuboCop version 0.82.0.
# 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: IgnoredMethods.
Metrics/AbcSize:
  Max: 20

# Offense count: 1
# Configuration parameters: CountComments.
Metrics/ClassLength:
  Max: 103

# Offense count: 1
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/MethodLength:
  Max: 11

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

# Offense count: 334
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Layout/LineLength:
  Max: 164

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dor-services-client-6.0.0 .rubocop_todo.yml
dor-services-client-5.2.0 .rubocop_todo.yml