1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Enable Performance/StringReplacement cop

Follow up to #42054.
This commit is contained in:
Ryuta Kamizono 2021-04-23 16:15:32 +09:00
parent 9437958e56
commit c4b944a273

View file

@ -268,6 +268,9 @@ Performance/RegexpMatch:
Performance/ReverseEach:
Enabled: true
Performance/StringReplacement:
Enabled: true
Performance/UnfreezeString:
Enabled: true