Skip to content

Commit 2ce170b

Browse files
authored
Merge pull request #68 from jasonkarns/patch-1
Enable DecorateStringFormattingUsingInterpolation cop with RailsI18n
2 parents ccdb2df + 1fb487c commit 2ce170b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/default.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ I18n/RailsI18n:
2323

2424
I18n/RailsI18n/DecorateString:
2525
Enabled: true
26+
27+
I18n/RailsI18n/DecorateStringFormattingUsingInterpolation:
28+
Enabled: true

0 commit comments

Comments
 (0)