Sha256: 451cc657fc58e57bb00e57cc6f190bb3d30c2f633cb481b994b9d4eb2c226b47

Contents?: true

Size: 1.13 KB

Versions: 1

Compression:

Stored size: 1.13 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config --auto-gen-only-exclude`
# on 2023-09-29 23:59:42 UTC using RuboCop version 1.56.3.
# 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
Lint/StructNewOverride:
  Exclude:
    - 'lib/globus_client/endpoint.rb'

# Offense count: 4
# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes, Max.
Metrics/AbcSize:
  Exclude:
    - 'lib/globus_client.rb'
    - 'lib/globus_client/endpoint.rb'
    - 'lib/globus_client/unexpected_response.rb'

# Offense count: 1
# Configuration parameters: AllowedMethods, AllowedPatterns, Max.
Metrics/CyclomaticComplexity:
  Exclude:
    - 'lib/globus_client/endpoint.rb'

# Offense count: 3
# Configuration parameters: CountComments, Max, CountAsOne, AllowedMethods, AllowedPatterns.
Metrics/MethodLength:
  Exclude:
    - 'lib/globus_client/endpoint.rb'
    - 'lib/globus_client/unexpected_response.rb'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
globus_client-0.14.0 .rubocop_todo.yml