Sha256: 324f8571e69b2055c145f2766ab822f2fbb4fd9688dafb7e453d624d0a9fbb68

Contents?: true

Size: 1.01 KB

Versions: 7

Compression:

Stored size: 1.01 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2020-04-23 17:01:17 -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: 115

# 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: 338
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Metrics/LineLength:
  Max: 164

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
dor-services-client-6.27.0 .rubocop_todo.yml
dor-services-client-6.26.0 .rubocop_todo.yml
dor-services-client-6.26.0.beta.1 .rubocop_todo.yml
dor-services-client-6.25.0 .rubocop_todo.yml
dor-services-client-6.24.0 .rubocop_todo.yml
dor-services-client-6.23.0 .rubocop_todo.yml
dor-services-client-6.22.0 .rubocop_todo.yml