diff --git a/.rubocop.yml b/.rubocop.yml index 618817daca..c076029f06 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -237,5 +237,8 @@ Performance/EndWith: Performance/RegexpMatch: Enabled: true +Performance/ReverseEach: + Enabled: true + Performance/UnfreezeString: Enabled: true