forked from e621ng/e621ng
[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:
parent
b029997aa9
commit
51ae8e9708
@ -103,6 +103,9 @@ Rails/WhereEquals:
|
|||||||
Rails/WhereExists:
|
Rails/WhereExists:
|
||||||
EnforcedStyle: where
|
EnforcedStyle: where
|
||||||
|
|
||||||
|
Rails/WhereNotWithMultipleConditions:
|
||||||
|
Enabled: false
|
||||||
|
|
||||||
Style/ConditionalAssignment:
|
Style/ConditionalAssignment:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user