From 97398e4a7daa54e0dbf1198b335ab116b3b82afb Mon Sep 17 00:00:00 2001 From: Earlopain <14981592+Earlopain@users.noreply.github.com> Date: Mon, 8 Jan 2024 09:21:53 +0100 Subject: [PATCH] Enable `Style/ArrayIntersect` rubocop cop --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index f92f31f071..f803a3b420 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -314,6 +314,9 @@ Style/RedundantCondition: Style/RedundantDoubleSplatHashBraces: Enabled: true +Style/ArrayIntersect: + Enabled: true + Performance/BindCall: Enabled: true