[Rubocop] Disable Rails/WhereNotWithMultipleConditions

The reasoning for this rule seems to be that behaviour changed in 6.1
Not sure how that is relevant for apps that aren't in the process of migrating
This commit is contained in:
Earlopain 2023-08-03 21:36:16 +02:00
parent b029997aa9
commit 51ae8e9708
No known key found for this signature in database
GPG Key ID: 48860312319ADF61

View File

@ -103,6 +103,9 @@ Rails/WhereEquals:
Rails/WhereExists:
EnforcedStyle: where
Rails/WhereNotWithMultipleConditions:
Enabled: false
Style/ConditionalAssignment:
Enabled: false