Sha256: a877c72c58ddce1bb33f91d77f5aef7b21be1db950f6a75deb414bc43f5ce7e3

Contents?: true

Size: 1.72 KB

Versions: 5

Compression:

Stored size: 1.72 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2021-10-15 13:44:24 UTC using RuboCop version 1.19.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
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Layout/LineLength:
  Max: 132

# Offense count: 1
Lint/RescueException:
  Exclude:
    - 'lib/amqp/client/connection.rb'

# Offense count: 32
# Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
Metrics/AbcSize:
  Max: 175

# Offense count: 1
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
# IgnoredMethods: refine
Metrics/BlockLength:
  Max: 40

# Offense count: 3
# Configuration parameters: CountBlocks.
Metrics/BlockNesting:
  Max: 4

# Offense count: 6
# Configuration parameters: CountComments, CountAsOne.
Metrics/ClassLength:
  Max: 497

# Offense count: 10
# Configuration parameters: IgnoredMethods.
Metrics/CyclomaticComplexity:
  Max: 46

# Offense count: 67
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
Metrics/MethodLength:
  Max: 169

# Offense count: 2
# Configuration parameters: CountComments, CountAsOne.
Metrics/ModuleLength:
  Max: 486

# Offense count: 1
# Configuration parameters: CountKeywordArgs, MaxOptionalParameters.
Metrics/ParameterLists:
  Max: 13

# Offense count: 5
# Configuration parameters: IgnoredMethods.
Metrics/PerceivedComplexity:
  Max: 23

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
amqp-client-1.1.6 .rubocop_todo.yml
amqp-client-1.1.5 .rubocop_todo.yml
amqp-client-1.1.4 .rubocop_todo.yml
amqp-client-1.1.3 .rubocop_todo.yml
amqp-client-1.1.2 .rubocop_todo.yml