Sha256: 17f450f9299870a2fa400fbaded80f76feb899aa01b0149f4c495eb89ab35847

Contents?: true

Size: 1.21 KB

Versions: 9

Compression:

Stored size: 1.21 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config --auto-gen-only-exclude`
# on 2021-04-15 12:18:21 -0700 using RuboCop version 0.79.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: 1
# Configuration parameters: Max.
Metrics/AbcSize:
  Exclude:
    - 'lib/sdr_client/deposit/model_process.rb'

# Offense count: 1
# Configuration parameters: Max.
Metrics/CyclomaticComplexity:
  Exclude:
    - 'lib/sdr_client/cli.rb'

# Offense count: 9
# Configuration parameters: CountComments, Max, ExcludedMethods.
Metrics/MethodLength:
  Exclude:
    - 'lib/sdr_client/cli.rb'
    - 'lib/sdr_client/deposit/file.rb'
    - 'lib/sdr_client/deposit/model_process.rb'
    - 'lib/sdr_client/deposit/process.rb'
    - 'lib/sdr_client/deposit/request.rb'
    - 'lib/sdr_client/login.rb'

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
sdr-client-0.63.0 .rubocop_todo.yml
sdr-client-0.62.0 .rubocop_todo.yml
sdr-client-0.61.1 .rubocop_todo.yml
sdr-client-0.61.0 .rubocop_todo.yml
sdr-client-0.60.0 .rubocop_todo.yml
sdr-client-0.59.0 .rubocop_todo.yml
sdr-client-0.58.0 .rubocop_todo.yml
sdr-client-0.57.0 .rubocop_todo.yml
sdr-client-0.56.0 .rubocop_todo.yml