Skip to content

Commit

Permalink
Add configuration to md link check and ignore Documenter (at)ref
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed Sep 22, 2023
1 parent f4d5d22 commit 5f12da5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .markdown-link-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"ignorePatterns": [
{
"pattern": "@ref"
}
]
}
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,5 @@ repos:
rev: v3.11.2
hooks:
- id: markdown-link-check
args:
- --config=.markdown-link-config.json

0 comments on commit 5f12da5

Please sign in to comment.