diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index fd8c1e3101..098642cde0 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2024-12-13 20:32:15 UTC using RuboCop version 1.69.2. +# on 2025-01-22 15:33:45 UTC using RuboCop version 1.70.0. # 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 @@ -22,6 +22,10 @@ InternalAffairs/NodeDestructuring: - 'lib/rubocop/cop/rails/relative_date_constant.rb' - 'lib/rubocop/cop/rails/time_zone.rb' +# Offense count: 84 +InternalAffairs/OnSendWithoutOnCSend: + Enabled: false + # Offense count: 10 # Configuration parameters: CountComments, CountAsOne. Metrics/ClassLength: @@ -32,17 +36,17 @@ Metrics/ClassLength: Metrics/MethodLength: Max: 14 -# Offense count: 178 +# Offense count: 183 # Configuration parameters: Prefixes, AllowedPatterns. # Prefixes: when, with, without RSpec/ContextWording: Enabled: false -# Offense count: 1035 +# Offense count: 1091 # Configuration parameters: CountAsOne. RSpec/ExampleLength: Max: 108 -# Offense count: 688 +# Offense count: 733 RSpec/MultipleExpectations: Max: 5