mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
fe4913ff55
This is the config file for the CI markdown link checker and lets us filter URLs that are known to cause problems. Like https://curl.zuul.vexxhost.dev/ for now. Closes #8597
9 lines
227 B
JSON
9 lines
227 B
JSON
{
|
|
"_comment": "Config file for linkcheck: If urls have some issues we can not fix on our end past it in here. MLC will ignore this.",
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "^https://curl.zuul.vexxhost.dev"
|
|
}
|
|
]
|
|
}
|