Skip to content

Commit

Permalink
Some more issues came out of woodwork so have moved those to autogenc…
Browse files Browse the repository at this point in the history
…onfig
  • Loading branch information
luke-hill committed Sep 8, 2023
1 parent 56134ed commit 03ece7e
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -124,7 +116,7 @@ Metrics/BlockLength:
Metrics/MethodLength:
Max: 30

# Offense count: 7
# Offense count: 6
# Configuration parameters: CountComments, CountAsOne.
Metrics/ModuleLength:
Max: 402
Expand Down Expand Up @@ -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'

Expand Down

0 comments on commit 03ece7e

Please sign in to comment.