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 d1443ca commit 5555f63
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: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
Expand All @@ -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:
Expand All @@ -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

0 comments on commit 5555f63

Please sign in to comment.