-
Notifications
You must be signed in to change notification settings - Fork 80
feat: add no-bare-urls rule #418
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
nzakas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Would like @lumirlumir to review before merging.
|
ping @lumirlumir |
|
I've left two comments for unresolved reviews: Once we decide on the approach, I'll take a look at the final version of this rule. (I think there's still room for improvement, considering the discussions.) |
lumirlumir
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, Thanks!
Would like @nzakas to verify the changes before merging.
nzakas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks!
Prerequisites checklist
What is the purpose of this pull request?
This PR implements the
no-bare-urlsrule to enforce proper URL formatting in Markdown documents. The rule ensures URLs are either wrapped in angle brackets (autolinks) or used with text (links), rather than being used as bare URLs.What changes did you make? (Give an overview)
Implemented the
no-bare-urlsrule, along with documentation and tests.Related Issues
Fixes #399
Is there anything you'd like reviewers to focus on?