diff --git a/mlc_config.json b/mlc_config.json new file mode 100644 index 000000000..e81a08418 --- /dev/null +++ b/mlc_config.json @@ -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" + } + ] +}