.rubocop_todo.yml in skunk-0.5.1 vs .rubocop_todo.yml in skunk-0.5.2

- old
+ new

@@ -1,8 +1,8 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2021-02-12 01:27:25 UTC using RuboCop version 1.9.1. +# on 2021-08-31 01:33:08 UTC using RuboCop version 1.9.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. @@ -24,17 +24,10 @@ # Cop supports --auto-correct. Layout/HeredocIndentation: Exclude: - 'lib/skunk/cli/commands/status_reporter.rb' -# Offense count: 1 -# Configuration parameters: AllowedMethods. -# AllowedMethods: enums -Lint/ConstantDefinitionInBlock: - Exclude: - - 'test/lib/skunk/cli/commands/help_test.rb' - # Offense count: 2 Lint/MissingSuper: Exclude: - 'lib/skunk/cli/application.rb' - 'lib/skunk/cli/commands/base.rb' @@ -46,10 +39,10 @@ # Offense count: 7 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods. # IgnoredMethods: refine Metrics/BlockLength: - Max: 72 + Max: 76 # Offense count: 2 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods. Metrics/MethodLength: Max: 13