Skip to content

Commit afb0f45

Browse files
committed
chore: regenerate .rubocop_todo.yml
1 parent b3d94c7 commit afb0f45

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

.rubocop_todo.yml

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,36 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2022-12-13 08:48:17 UTC using RuboCop version 1.22.3.
3+
# on 2025-08-01 01:26:22 UTC using RuboCop version 1.50.2.
44
# The point is for the user to remove these configuration records
55
# one by one as the offenses are removed from the code base.
66
# Note that changes in the inspected code, or installation of new
77
# versions of RuboCop, may require this file to be generated again.
88

9-
# Offense count: 2
10-
# Cop supports --auto-correct.
9+
# Offense count: 4
10+
# This cop supports safe autocorrection (--autocorrect).
1111
# Configuration parameters: AllowConsecutiveOneLiners.
1212
RSpec/EmptyLineAfterExample:
1313
Exclude:
1414
- 'spec/classes/init_spec.rb'
1515

16-
# Offense count: 30
17-
# Cop supports --auto-correct.
16+
# Offense count: 33
17+
# This cop supports safe autocorrection (--autocorrect).
1818
RSpec/EmptyLineAfterExampleGroup:
1919
Exclude:
2020
- 'spec/classes/init_spec.rb'
2121

22+
# Offense count: 11
23+
# Configuration parameters: AllowSubject.
24+
RSpec/MultipleMemoizedHelpers:
25+
Max: 11
26+
2227
# Offense count: 2
2328
RSpec/RepeatedExampleGroupDescription:
2429
Exclude:
2530
- 'spec/defines/system_hook_spec.rb'
2631

27-
# Offense count: 6
28-
# Cop supports --auto-correct.
32+
# Offense count: 5
33+
# This cop supports unsafe autocorrection (--autocorrect-all).
2934
# Configuration parameters: EnforcedStyle.
3035
# SupportedStyles: always, always_true, never
3136
Style/FrozenStringLiteralComment:
@@ -35,16 +40,15 @@ Style/FrozenStringLiteralComment:
3540
- 'spec/defines/global_hook_spec.rb'
3641
- 'spec/defines/system_hook_spec.rb'
3742
- 'spec/spec_helper_acceptance.rb'
38-
- 'spec/spec_helper_methods.rb'
3943

4044
# Offense count: 47
41-
# Cop supports --auto-correct.
45+
# This cop supports safe autocorrection (--autocorrect).
4246
Style/RedundantRegexpEscape:
4347
Exclude:
4448
- 'spec/classes/init_spec.rb'
4549

46-
# Offense count: 1
47-
# Cop supports --auto-correct.
50+
# Offense count: 2
51+
# This cop supports safe autocorrection (--autocorrect).
4852
# Configuration parameters: WordRegex.
4953
# SupportedStyles: percent, brackets
5054
Style/WordArray:

0 commit comments

Comments
 (0)