.rubocop_todo.yml in amqp-client-1.1.1 vs .rubocop_todo.yml in amqp-client-1.1.2

- old
+ new

@@ -1,17 +1,29 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2021-09-06 19:39:47 UTC using RuboCop version 1.19.1. +# 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: 18 +# 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: 179 + Max: 175 # Offense count: 1 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods. # IgnoredMethods: refine Metrics/BlockLength: @@ -20,29 +32,34 @@ # Offense count: 3 # Configuration parameters: CountBlocks. Metrics/BlockNesting: Max: 4 -# Offense count: 5 +# Offense count: 6 # Configuration parameters: CountComments, CountAsOne. Metrics/ClassLength: - Max: 400 + Max: 497 -# Offense count: 9 +# Offense count: 10 # Configuration parameters: IgnoredMethods. Metrics/CyclomaticComplexity: - Max: 44 + Max: 46 -# Offense count: 40 +# Offense count: 67 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods. Metrics/MethodLength: - Max: 170 + Max: 169 # Offense count: 2 # Configuration parameters: CountComments, CountAsOne. Metrics/ModuleLength: - Max: 500 + Max: 486 -# Offense count: 4 +# Offense count: 1 +# Configuration parameters: CountKeywordArgs, MaxOptionalParameters. +Metrics/ParameterLists: + Max: 13 + +# Offense count: 5 # Configuration parameters: IgnoredMethods. Metrics/PerceivedComplexity: - Max: 22 + Max: 23