Skip to content

Commit

Permalink
Apply bundle exec rubocop --regenerate-todo
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Jan 22, 2025
1 parent 30a3cbd commit c5e79cc
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2020-10-29 02:01:16 UTC using RuboCop version 1.0.0.
# on 2025-01-22 15:32:37 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
# versions of RuboCop, may require this file to be generated again.

# Offense count: 22
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods.
# Offense count: 30
InternalAffairs/OnSendWithoutOnCSend:
Enabled: false

# Offense count: 11
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
Metrics/MethodLength:
Max: 14
Exclude:
- 'test/rubocop/cop/minitest/global_expectations_test.rb'

# Offense count: 1
Style/DocumentDynamicEvalDefinition:
Expand Down

0 comments on commit c5e79cc

Please sign in to comment.