Skip to content

Commit 97398e4

Browse files
committed
Enable Style/ArrayIntersect rubocop cop
1 parent 3bbf21c commit 97398e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,9 @@ Style/RedundantCondition:
314314
Style/RedundantDoubleSplatHashBraces:
315315
Enabled: true
316316

317+
Style/ArrayIntersect:
318+
Enabled: true
319+
317320
Performance/BindCall:
318321
Enabled: true
319322

0 commit comments

Comments
 (0)