Skip to content

Commit e6ed7c8

Browse files
committed
Apply bundle exec rubocop --regenerate-todo
1 parent d80fa2f commit e6ed7c8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.rubocop_todo.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2025-01-15 21:44:52 UTC using RuboCop version 1.70.0.
3+
# on 2025-01-23 02:17:39 UTC using RuboCop version 1.71.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
77
# versions of RuboCop, may require this file to be generated again.
88

9+
# Offense count: 4
10+
InternalAffairs/OnSendWithoutOnCSend:
11+
Exclude:
12+
- 'lib/rubocop/cop/i18n/gettext/decorate_function_message.rb'
13+
- 'lib/rubocop/cop/i18n/gettext/decorate_string_formatting_using_interpolation.rb'
14+
- 'lib/rubocop/cop/i18n/gettext/decorate_string_formatting_using_percent.rb'
15+
- 'lib/rubocop/cop/i18n/rails_i18n/decorate_string_formatting_using_interpolation.rb'
16+
917
# Offense count: 1
1018
# This cop supports unsafe autocorrection (--autocorrect-all).
1119
Lint/InterpolationCheck:

0 commit comments

Comments
 (0)