mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #6179 from jbampton/link-check-ignore-links
pre-commit: add `markdown-link-check` config and ignore links
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"ignorePatterns": [
|
||||
{
|
||||
"pattern": "^https://github.com/mruby/mruby/commit/.*"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -72,7 +72,7 @@ repos:
|
||||
- id: markdown-link-check
|
||||
name: Run markdown-link-check
|
||||
description: Checks hyperlinks in Markdown files
|
||||
args: [-q]
|
||||
args: [--config=.github/linters/mlc_config.json, -q]
|
||||
types: [markdown]
|
||||
files: \.(md|mdown|markdown)$
|
||||
- repo: https://github.com/adrienverge/yamllint
|
||||
|
||||
Reference in New Issue
Block a user