Sha256: 05792a64d339b17763fde8b3bac3fe7e9a74cc9830820a4b08cf5ab44ca81927

Contents?: true

Size: 1.29 KB

Versions: 4

Compression:

Stored size: 1.29 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2021-09-06 19:39:47 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: 18
# Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
Metrics/AbcSize:
  Max: 179

# 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: 5
# Configuration parameters: CountComments, CountAsOne.
Metrics/ClassLength:
  Max: 400

# Offense count: 9
# Configuration parameters: IgnoredMethods.
Metrics/CyclomaticComplexity:
  Max: 44

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

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

# Offense count: 4
# Configuration parameters: IgnoredMethods.
Metrics/PerceivedComplexity:
  Max: 22

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
amqp-client-1.1.1 .rubocop_todo.yml
amqp-client-1.1.0 .rubocop_todo.yml
amqp-client-1.0.2 .rubocop_todo.yml
amqp-client-1.0.1 .rubocop_todo.yml