diff --git a/.rubocop.yml b/.rubocop.yml index 2a2d0a75b..dc5145c57 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -455,6 +455,9 @@ Rails/WhereEquals: Rails/WhereNot: Enabled: true +Rails/WhereNotWithMultipleConditions: + Enabled: true + RSpec/AroundBlock: Enabled: true