Skip to content

Commit

Permalink
Regen TODO file
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-hill committed Dec 24, 2024
1 parent 0a5c3b8 commit 629ad66
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 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 2024-11-01 10:28:22 UTC using RuboCop version 1.61.0.
# on 2024-12-24 10:12:07 UTC using RuboCop version 1.69.2.
# 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 All @@ -14,12 +14,6 @@
# TODO: [LH] v14 Pre-release iteration 3 (Rubocop additional upgrade) -> 60 files inspected, 267 offenses detected, 26 offenses autocorrectable
# TODO: [LH] v15 Release incoming (Minimum ruby bump) -> 60 files inspected, 234 offenses detected, 12 offenses autocorrectable

# Offense count: 1
# Configuration parameters: AllowComments, AllowEmptyLambdas.
Lint/EmptyBlock:
Exclude:
- 'spec/cucumber/core/compiler_spec.rb'

# Offense count: 1
Lint/RescueException:
Exclude:
Expand All @@ -45,6 +39,13 @@ Metrics/ModuleLength:
Metrics/ParameterLists:
Max: 8

# Offense count: 2
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: AutoCorrect.
RSpec/EmptyExampleGroup:
Exclude:
- 'spec/cucumber/core/compiler_spec.rb'

# Offense count: 38
# Configuration parameters: CountAsOne.
RSpec/ExampleLength:
Expand All @@ -58,7 +59,7 @@ RSpec/MetadataStyle:
Exclude:
- 'spec/cucumber/core/test/locations_filter_spec.rb'

# Offense count: 23
# Offense count: 24
RSpec/MissingExampleGroupArgument:
Exclude:
- 'spec/cucumber/core/compiler_spec.rb'
Expand All @@ -73,7 +74,7 @@ RSpec/MissingExampleGroupArgument:
RSpec/MultipleExpectations:
Max: 6

# Offense count: 42
# Offense count: 45
# Configuration parameters: AllowSubject.
RSpec/MultipleMemoizedHelpers:
Max: 11
Expand All @@ -96,6 +97,12 @@ RSpec/NoExpectationExample:
- 'spec/cucumber/core/test/locations_filter_spec.rb'
- 'spec/cucumber/core_spec.rb'

# Offense count: 5
# This cop supports safe autocorrection (--autocorrect).
RSpec/RedundantPredicateMatcher:
Exclude:
- 'spec/cucumber/core/test/location_spec.rb'

# Offense count: 4
RSpec/RepeatedExample:
Exclude:
Expand All @@ -104,7 +111,7 @@ RSpec/RepeatedExample:

# Offense count: 1
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: EnforcedStyle, AllowModifiersOnSymbols.
# Configuration parameters: EnforcedStyle, AllowModifiersOnSymbols, AllowModifiersOnAttrs.
# SupportedStyles: inline, group
Style/AccessModifierDeclarations:
Exclude:
Expand Down

0 comments on commit 629ad66

Please sign in to comment.