From 37430256b4d6914e9530b0411f94bf2a45659d3c Mon Sep 17 00:00:00 2001 From: Ron <45816308+rjaegers@users.noreply.github.com> Date: Wed, 24 Apr 2024 12:16:29 +0200 Subject: [PATCH] ci: disable markdown-link-check linter Disabling markdown-link-check linter because of regression related to checking anchors (see: https://github.com/tcort/markdown-link-check/issues/304). Lychee is also enabled for all repository files and covers the same features as markdown-link-check. --- .mega-linter.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.mega-linter.yml b/.mega-linter.yml index 0e208843..dce62865 100644 --- a/.mega-linter.yml +++ b/.mega-linter.yml @@ -7,6 +7,7 @@ ENABLE: - SPELL - YAML DISABLE_LINTERS: + - MARKDOWN_LINK_CHECK - REPOSITORY_DEVSKIM - REPOSITORY_KICS - REPOSITORY_SEMGREP