microsoft/hve-core

Public

mirrored fromhttps://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
3a3a0fdf923d96a9e8a9ac734c73f24433b525e8

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

scripts/linting/markdown-link-check.config.json

16lines · modecode

1{
2 "projectBaseUrl": ".",
3 "timeout": "20s",
4 "retryOn429": true,
5 "ignorePatterns": [
6 { "pattern": "\\{\\{[A-Za-z0-9_-]+\\}\\}" },
7 { "pattern": "%7B%7B[A-Za-z0-9_-]+%7D%7D" },
8 { "pattern": "^mailto:" },
9 { "pattern": "^tel:" },
10 { "pattern": "^https://aka\\.ms/install-hve-core.*" },
11 {
12 "pattern": "^https://github\\.com/microsoft/hve-core"
13 }
14 ],
15 "replacementPatterns": []
16}
17