From 03ece7eb33da7e50adb3e60b4867d2440b82b0e3 Mon Sep 17 00:00:00 2001 From: Luke Hill Date: Fri, 8 Sep 2023 17:37:13 +0100 Subject: [PATCH] Some more issues came out of woodwork so have moved those to autogenconfig --- .rubocop_todo.yml | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 8a20bf1c..3f26d3d6 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2023-09-08 11:17:53 UTC using RuboCop version 1.27.0. +# on 2023-09-08 16:36:48 UTC using RuboCop version 1.27.0. # 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 @@ -95,14 +95,6 @@ Layout/SpaceAroundOperators: Exclude: - 'cucumber-core.gemspec' -# Offense count: 1 -# This cop supports safe auto-correction (--auto-correct). -# Configuration parameters: EnforcedStyle. -# SupportedStyles: final_newline, final_blank_line -Layout/TrailingEmptyLines: - Exclude: - - 'spec/cucumber/core/event_spec.rb' - # Offense count: 1 Lint/UselessAssignment: Exclude: @@ -111,9 +103,9 @@ Lint/UselessAssignment: # Offense count: 3 # Configuration parameters: IgnoredMethods, CountRepeatedAttributes. Metrics/AbcSize: - Max: 26 + Max: 25 -# Offense count: 56 +# Offense count: 55 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods. # IgnoredMethods: refine Metrics/BlockLength: @@ -124,7 +116,7 @@ Metrics/BlockLength: Metrics/MethodLength: Max: 30 -# Offense count: 7 +# Offense count: 6 # Configuration parameters: CountComments, CountAsOne. Metrics/ModuleLength: Max: 402 @@ -153,13 +145,14 @@ Naming/RescuedExceptionsVariableName: - 'lib/cucumber/core/test/action.rb' - 'lib/cucumber/core/test/around_hook.rb' -# Offense count: 58 +# Offense count: 65 # This cop supports safe auto-correction (--auto-correct). # Configuration parameters: EnabledMethods. RSpec/Capybara/FeatureMethods: Exclude: - 'spec/cucumber/core/compiler_spec.rb' - 'spec/cucumber/core/filter_spec.rb' + - 'spec/cucumber/core/gherkin/parser_spec.rb' - 'spec/cucumber/core/gherkin/writer_spec.rb' - 'spec/cucumber/core_spec.rb'