fix(linter): add allowImplicit to useIterableCallbackReturn ??????#9674
fix(linter): add allowImplicit to useIterableCallbackReturn ??????#9674raashish1601 wants to merge 2 commits intobiomejs:mainfrom
Conversation
🦋 Changeset detectedLatest commit: 9989ab3 The changes in this PR will be included in the next version bump. This PR includes changesets to release 13 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (4)
📒 Files selected for processing (7)
WalkthroughAdded an Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Merging this PR will not alter performance
Comparing Footnotes
|
Fixes #9445
Adds an �llowImplicit option to useIterableCallbackReturn so callbacks can use
eturn; intentionally without changing the default behavior. The rule docs, generated configuration surfaces, and analyzer specs are updated together.
Test Plan
ustfmt crates/biome_js_analyze/src/lint/suspicious/use_iterable_callback_return.rs crates/biome_rule_options/src/use_iterable_callback_return.rs
Docs