From e7eafed9067c0917c4ee16e64d3ab956d2000a9e Mon Sep 17 00:00:00 2001 From: Jake Macdonald Date: Tue, 26 Mar 2024 15:25:39 +0000 Subject: [PATCH] ignore https://bazel.build links in the markdown checker --- mlc_config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mlc_config.json b/mlc_config.json index 0c6ec5fa5..8f5c330d0 100644 --- a/mlc_config.json +++ b/mlc_config.json @@ -2,6 +2,9 @@ "ignorePatterns": [ { "pattern": "^https://stackoverflow.com" + }, + { + "pattern": "^https://bazel.build" } ] }