-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add no-generic-link-text rule #10
+203
−38
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
b64b572
Move to helper
khiga8 7f778c1
Add test file
khiga8 def43d6
Add no-generic-link-text rule
khiga8 24071c4
Add tests with punctuation
khiga8 b908be6
Update tests and account for blank link
khiga8 550896e
Ensure rule is configured
khiga8 aa094d7
Add rule to accessibility
khiga8 0f42a59
Fix tests and run linter
khiga8 85b876e
More updates
khiga8 b63e5e2
Make tests more robust
khiga8 4ce66a8
Allow additional words to be configured
khiga8 cce4a05
Run lint
khiga8 f5b1e48
Allow rule params to be configured
khiga8 7ebcdee
Add test
khiga8 91d4422
Rebase conflicts
khiga8 1bf18ae
Clean up code
khiga8 4269133
Move helper out and add tests
khiga8 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Run lint
commit cce4a057282b85d4c75f95d5900ac43f7d46707c
There are no files selected for viewing
This file contains 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
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.
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 found markdown-it demo and using the
debug
functionality helpful for understanding how markdown is parsed.Additionally, I referenced: md042.