Skip to content

Commit

Permalink
Apply bundle exec --regenerate-todo
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Jan 22, 2025
1 parent 544a69a commit 4bbc258
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2024-12-13 20:34:48 UTC using RuboCop version 1.69.2.
# on 2025-01-22 15:33:31 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
Expand Down Expand Up @@ -28,12 +28,16 @@ InternalAffairs/NumblockHandler:
- 'lib/rubocop/cop/performance/redundant_equality_comparison_block.rb'
- 'lib/rubocop/cop/performance/sum.rb'

# Offense count: 18
InternalAffairs/OnSendWithoutOnCSend:
Enabled: false

# Offense count: 4
# Configuration parameters: CountComments, CountAsOne.
Metrics/ClassLength:
Max: 159

# Offense count: 13
# Offense count: 14
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
Metrics/MethodLength:
Max: 14
Expand All @@ -53,11 +57,11 @@ RSpec/ContextWording:
- 'spec/rubocop/cop/performance/string_replacement_spec.rb'
- 'spec/rubocop/cop/performance/times_map_spec.rb'

# Offense count: 388
# Offense count: 390
# Configuration parameters: CountAsOne.
RSpec/ExampleLength:
Max: 24

# Offense count: 312
# Offense count: 314
RSpec/MultipleExpectations:
Max: 3

0 comments on commit 4bbc258

Please sign in to comment.