Enable Style/ArrayIntersect rubocop cop

This commit is contained in:
Earlopain 2024-01-08 09:21:53 +01:00
parent 3bbf21c343
commit 97398e4a7d
No known key found for this signature in database
GPG Key ID: 298A57787DC6EF08

@ -314,6 +314,9 @@ Style/RedundantCondition:
Style/RedundantDoubleSplatHashBraces:
Enabled: true
Style/ArrayIntersect:
Enabled: true
Performance/BindCall:
Enabled: true