File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# This configuration was generated by
2
2
# `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 .
4
4
# The point is for the user to remove these configuration records
5
5
# one by one as the offenses are removed from the code base.
6
6
# Note that changes in the inspected code, or installation of new
@@ -22,6 +22,10 @@ InternalAffairs/NodeDestructuring:
22
22
- ' lib/rubocop/cop/rails/relative_date_constant.rb'
23
23
- ' lib/rubocop/cop/rails/time_zone.rb'
24
24
25
+ # Offense count: 84
26
+ InternalAffairs/OnSendWithoutOnCSend :
27
+ Enabled : false
28
+
25
29
# Offense count: 10
26
30
# Configuration parameters: CountComments, CountAsOne.
27
31
Metrics/ClassLength :
@@ -32,17 +36,17 @@ Metrics/ClassLength:
32
36
Metrics/MethodLength :
33
37
Max : 14
34
38
35
- # Offense count: 178
39
+ # Offense count: 183
36
40
# Configuration parameters: Prefixes, AllowedPatterns.
37
41
# Prefixes: when, with, without
38
42
RSpec/ContextWording :
39
43
Enabled : false
40
44
41
- # Offense count: 1035
45
+ # Offense count: 1091
42
46
# Configuration parameters: CountAsOne.
43
47
RSpec/ExampleLength :
44
48
Max : 108
45
49
46
- # Offense count: 688
50
+ # Offense count: 733
47
51
RSpec/MultipleExpectations :
48
52
Max : 5
You can’t perform that action at this time.
0 commit comments