From 0d40824e80fc0e19329aea8a46a5cd2e51c2c47f Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 9 Jul 2026 01:05:25 +0100 Subject: [PATCH] Support false positive from rubocop https://github.com/rubocop/rubocop/issues/15437 --- .rubocop.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 77f50acde..3d9c9a528 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -72,6 +72,10 @@ Rails/SkipsModelValidations: - 'db/migrate/*.rb' - 'lib/tasks/expire_md5_passwords.rake' +Style/ArrayIntersect: + Exclude: + - 'app/models/oauth2_application.rb' + Style/CollectionQuerying: Exclude: - 'Dangerfile' -- 2.47.3