diff --git a/.rubocop.yml b/.rubocop.yml index 075c2f309..137d4fadf 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -735,6 +735,9 @@ Style/ArrayCoercion: Style/ArrayIntersect: Enabled: true +Style/ArrayIntersectWithSingleElement: + Enabled: true + Style/BlockDelimiters: Enabled: true