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:
Yukihiro "Matz" Matsumoto
2024-02-20 12:15:51 +09:00
committed by GitHub
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"ignorePatterns": [
{
"pattern": "^https://github.com/mruby/mruby/commit/.*"
}
]
}