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 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.
2731Metrics/ClassLength :
@@ -32,17 +36,17 @@ Metrics/ClassLength:
3236Metrics/MethodLength :
3337 Max : 14
3438
35- # Offense count: 178
39+ # Offense count: 183
3640# Configuration parameters: Prefixes, AllowedPatterns.
3741# Prefixes: when, with, without
3842RSpec/ContextWording :
3943 Enabled : false
4044
41- # Offense count: 1035
45+ # Offense count: 1091
4246# Configuration parameters: CountAsOne.
4347RSpec/ExampleLength :
4448 Max : 108
4549
46- # Offense count: 688
50+ # Offense count: 733
4751RSpec/MultipleExpectations :
4852 Max : 5
You can’t perform that action at this time.
0 commit comments