We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Style/ArrayIntersect
1 parent 77b16c1 commit 71a8e2eCopy full SHA for 71a8e2e
rubocop.yml
@@ -417,7 +417,7 @@ Style/ArgumentsForwarding:
417
Enabled: false
418
419
Style/ArrayIntersect:
420
- Enabled: false
+ Enabled: true
421
422
Style/BisectedAttrAccessor:
423
test/fixtures/full_config.yml
@@ -2323,7 +2323,7 @@ Style/ArrayCoercion:
2323
VersionAdded: '0.88'
2324
2325
Description: Use `array1.intersect?(array2)` instead of `(array1 & array2).any?`.
2326
2327
VersionAdded: '1.40'
2328
Style/ArrayJoin:
2329
Description: Use Array#join instead of Array#*.
0 commit comments