-
Notifications
You must be signed in to change notification settings - Fork 581
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
MarkdownBear: Add remark-validate-links plugin #1277
MarkdownBear: Add remark-validate-links plugin #1277
Conversation
Thanks for your contribution! Reviewing pull requests take really a lot of time and we're all volunteers. Please make sure you go through the following check list and complete them all before pinging someone for a review.
As you learn things over your Pull Request please help others on the chat and on PRs to get their stuff right as well! |
Comment on 53e804e. Body of HEAD commit contains too long lines. Commit body lines should not exceed 72 characters. GitCommitBear, severity NORMAL, section |
113efe2
to
cc7b7ce
Compare
self.uut = MarkdownBear(Section('name'), Queue()) | ||
|
||
def test_validate_links_message(self): | ||
content = test_file4.splitlines() |
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.
check test_file5 also..
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.
I am already checking it in the MarkdownValidateLinksTest, this is to check if the message of the result for an invalid file is correct.
cc7b7ce
to
a0b814e
Compare
Remark plugin to validate if links to headings and files in markdown point to existing things. Closes coala#924
a0b814e
to
506c35e
Compare
The bear is broken. Enhancing the bear now is not an option. It needs to be fixed first: #1235 |
Remark plugin to validate if links to headings and files in markdown point to existing things.
Closes #924