Skip to content

Commit

Permalink
Markdown lint ignore github docs
Browse files Browse the repository at this point in the history
See #701
rajsite committed Jun 13, 2022
1 parent c5556de commit 265b8c9
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .linkcheck.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"ignorePatterns": [
{
"pattern": "https://help.github.com/*"
}
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@
"test-asmjs": "karma start karma.asmjs.conf.js --browsers ChromeHeadlessNoSandbox,FirefoxHeadless",
"lint": "eslint .",
"lint-markdown": "npm run lint-markdown-style && npm run lint-markdown-links",
"lint-markdown-links": "glob-exec --foreach \"{./*.md,./docs/*.md}\" -- \"npm run markdown-link-check -- {{file}}\"",
"lint-markdown-links": "glob-exec --foreach \"{./*.md,./docs/*.md}\" -- \"npm run markdown-link-check -- -c .linkcheck.json {{file}}\"",
"markdown-link-check": "markdown-link-check",
"lint-markdown-style": "markdownlint {./*.md,./docs/*.md}",
"prehttpbin": "python -V && pip -V && virtualenv --version && tox --version",

0 comments on commit 265b8c9

Please sign in to comment.