mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Enable Performance/ReverseEach
cop to avoid newly adding reverse.each
https://github.com/rails/rails/pull/35451#discussion_r262746834
This commit is contained in:
parent
3ee51c91c5
commit
6b8daad038
1 changed files with 3 additions and 0 deletions
|
@ -237,5 +237,8 @@ Performance/EndWith:
|
|||
Performance/RegexpMatch:
|
||||
Enabled: true
|
||||
|
||||
Performance/ReverseEach:
|
||||
Enabled: true
|
||||
|
||||
Performance/UnfreezeString:
|
||||
Enabled: true
|
||||
|
|
Loading…
Reference in a new issue