Skip to content

Commit

Permalink
ci(pre-commit-optional): update markdown-link-check config (tier4#33)
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
  • Loading branch information
kenji-miyake committed Jan 28, 2022
1 parent f9472ec commit 19aad14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .markdown-link-check.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"aliveStatusCodes": [200, 206, 403],
"ignorePatterns": [],
"ignorePatterns": [
{
"pattern": "^http://localhost"
}
],
"retryOn429": true,
"retryCount": 10
}
2 changes: 1 addition & 1 deletion .pre-commit-config-optional.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/tcort/markdown-link-check
rev: v3.9.2
rev: v3.9.3
hooks:
- id: markdown-link-check
args: [--config=.markdown-link-check.json]

0 comments on commit 19aad14

Please sign in to comment.