File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 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).
1119Lint/InterpolationCheck :
You can’t perform that action at this time.
0 commit comments