# 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