From 2b0fc04e65df204e050c084ddcaf63fb22d4a5e0 Mon Sep 17 00:00:00 2001 From: Alex Todorov Date: Fri, 19 Apr 2024 11:56:58 +0300 Subject: [PATCH] Add .markdown-link-check.json file and ignore URL with bad SSL cert: www.conventionalcommits.org This commit provides less conflicts with upstream whenever we decide to rebase in the future b/c this file doesn't exist in upstream. --- .markdown-link-check.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .markdown-link-check.json diff --git a/.markdown-link-check.json b/.markdown-link-check.json new file mode 100644 index 000000000..3cadc159e --- /dev/null +++ b/.markdown-link-check.json @@ -0,0 +1,7 @@ +{ + "ignorePatterns": [ + { + "pattern": "^https://www.conventionalcommits.org" + } + ] +}