.rubocop_todo.yml in hu-1.3.18 vs .rubocop_todo.yml in hu-1.3.19

- old
+ new

@@ -1,27 +1,22 @@ -# Offense count: 1 +# Offense count: 2 Lint/HandleExceptions: Exclude: + - 'lib/hu/common.rb' - 'lib/hu/telemetry.rb' # Offense count: 14 Metrics/AbcSize: Max: 298 # Offense count: 2 # Configuration parameters: CountComments. Metrics/ClassLength: - Max: 694 + Max: 698 # Offense count: 6 Metrics/CyclomaticComplexity: Max: 45 - -# Offense count: 86 -# Configuration parameters: AllowHeredoc, AllowURI, URISchemes. -# URISchemes: http, https -Metrics/LineLength: - Max: 176 # Offense count: 16 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 254