Skip to content

Commit

Permalink
[rubocop#8827] Change Style/FormatStringToken style to template inter…
Browse files Browse the repository at this point in the history
…nally
  • Loading branch information
pirj committed Dec 29, 2022
1 parent aaa4166 commit 294b8c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Style/AccessorGrouping:
- lib/rubocop/cop/offense.rb

Style/FormatStringToken:
EnforcedStyle: template
# Because we parse a lot of source codes from strings. Percent arrays
# look like unannotated format string tokens to this cop.
Exclude:
Expand Down

0 comments on commit 294b8c1

Please sign in to comment.