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.
1 parent c6b9582 commit 446a2deCopy full SHA for 446a2de
rubocop.yml
@@ -410,6 +410,9 @@ Style/AndOr:
410
Style/ArgumentsForwarding:
411
Enabled: false
412
413
+Style/ArrayIntersect:
414
+ Enabled: false
415
+
416
Style/BisectedAttrAccessor:
417
418
test/fixtures/full_config.yml
@@ -2303,7 +2303,7 @@ Style/ArrayCoercion:
2303
VersionAdded: '0.88'
2304
Style/ArrayIntersect:
2305
Description: Use `array1.intersect?(array2)` instead of `(array1 & array2).any?`.
2306
- Enabled: pending
2307
VersionAdded: '1.40'
2308
Style/ArrayJoin:
2309
Description: Use Array#join instead of Array#*.
0 commit comments