microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
feat/claude-support

Branches

Tags

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

Clone

HTTPS

Download ZIP

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

15lines · modecode

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