Skip to content

Commit 082f269

Browse files
authored
Merge pull request rails#50639 from Earlopain/enable-style-array-intersect
Enable `Style/ArrayIntersect` rubocop cop
2 parents 482330d + 97398e4 commit 082f269

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)