Enable `Performance/ReverseEach` cop to avoid newly adding `reverse.each`

https://github.com/rails/rails/pull/35451#discussion_r262746834
This commit is contained in:
Ryuta Kamizono 2019-03-06 09:31:55 +09:00
parent 3ee51c91c5
commit 6b8daad038
1 changed files with 3 additions and 0 deletions

View File

@ -237,5 +237,8 @@ Performance/EndWith:
Performance/RegexpMatch:
Enabled: true
Performance/ReverseEach:
Enabled: true
Performance/UnfreezeString:
Enabled: true