]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
mlc_config.json: add file to ignore known troublesome URLs
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Tue, 15 Mar 2022 18:39:43 +0000 (19:39 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 18 Mar 2022 08:13:09 +0000 (09:13 +0100)
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

mlc_config.json [new file with mode: 0644]

diff --git a/mlc_config.json b/mlc_config.json
new file mode 100644 (file)
index 0000000..e81a084
--- /dev/null
@@ -0,0 +1,8 @@
+{
+  "_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"
+    }
+  ]
+}