fix(linter/no-import-node-test): mark fixer as suggestion#17925
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
There was a problem hiding this comment.
Pull request overview
This PR changes the no-import-node-test linter rule from providing automatic fixes (applied with --fix) to providing suggestions (applied with --fix-suggestions). The change addresses issue #17912.
Changes:
- Modified the
declare_oxc_lint!macro invocation to specifysuggestioninstead offixas the fix capability
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Merging this PR will not alter performance
Comparing Footnotes
|
beeec80 to
1a069fe
Compare
Merge activity
|
1a069fe to
63e2737
Compare

fixes #17912