Skip to content

Commit c0f086f

Browse files
committed
Apply bundle exec rubocop --regenerate-todo
1 parent d1443ca commit c0f086f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.rubocop_todo.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2024-12-13 20:32:15 UTC using RuboCop version 1.69.2.
3+
# on 2025-01-22 15:33:45 UTC using RuboCop version 1.70.0.
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
@@ -22,6 +22,10 @@ InternalAffairs/NodeDestructuring:
2222
- 'lib/rubocop/cop/rails/relative_date_constant.rb'
2323
- 'lib/rubocop/cop/rails/time_zone.rb'
2424

25+
# Offense count: 84
26+
InternalAffairs/OnSendWithoutOnCSend:
27+
Enabled: false
28+
2529
# Offense count: 10
2630
# Configuration parameters: CountComments, CountAsOne.
2731
Metrics/ClassLength:
@@ -32,17 +36,17 @@ Metrics/ClassLength:
3236
Metrics/MethodLength:
3337
Max: 14
3438

35-
# Offense count: 178
39+
# Offense count: 183
3640
# Configuration parameters: Prefixes, AllowedPatterns.
3741
# Prefixes: when, with, without
3842
RSpec/ContextWording:
3943
Enabled: false
4044

41-
# Offense count: 1035
45+
# Offense count: 1091
4246
# Configuration parameters: CountAsOne.
4347
RSpec/ExampleLength:
4448
Max: 108
4549

46-
# Offense count: 688
50+
# Offense count: 733
4751
RSpec/MultipleExpectations:
4852
Max: 5

0 commit comments

Comments
 (0)