feat: support basic usage of remark-lint for link plugin#2618
Merged
SoonIter merged 2 commits intoweb-infra-dev:mainfrom Sep 24, 2025
Merged
feat: support basic usage of remark-lint for link plugin#2618SoonIter merged 2 commits intoweb-infra-dev:mainfrom
SoonIter merged 2 commits intoweb-infra-dev:mainfrom
Conversation
✅ Deploy Preview for rspress-v2 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull Request Overview
Adds basic remark-lint support to the link plugin by emitting diagnostics through VFile instead of logging.
- Switch checkDeadLinks to accept VFile and optionally emit lint messages.
- Introduce a lint option to remarkLink to toggle linting behavior.
- Public API surface change: export PluginDriver and change RouteService export from type-only to value export.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| packages/core/src/node/mdx/remarkPlugins/link.ts | Adds VFile-based reporting, a lint flag, and adjusts dead link reporting accordingly. |
| packages/core/src/index.ts | Exposes new runtime exports (PluginDriver, RouteService). |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
bea81c3 to
2b8dc83
Compare
JounQin
commented
Sep 22, 2025
2b8dc83 to
e4face6
Compare
Member
|
could you provide a e2e case, otherwise, any modifications cause breaking cannot be detected |
e4face6 to
0a49d0f
Compare
Collaborator
Author
@SoonIter Done. |
3c7708e to
95dd5f1
Compare
95dd5f1 to
0fa68d1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
support basic usage of remark-lint for link plugin
A user defined demo plugin:
Related Issue
close #2547
Checklist