Skip to content

Commit

Permalink
ci: disable markdown-link-check linter
Browse files Browse the repository at this point in the history
Disabling markdown-link-check linter because of regression related to checking anchors (see: tcort/markdown-link-check#304).

Lychee is also enabled for all repository files and covers the same features as markdown-link-check.
  • Loading branch information
rjaegers authored Apr 24, 2024
1 parent 1cd76a9 commit 3743025
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ENABLE:
- SPELL
- YAML
DISABLE_LINTERS:
- MARKDOWN_LINK_CHECK
- REPOSITORY_DEVSKIM
- REPOSITORY_KICS
- REPOSITORY_SEMGREP
Expand Down

0 comments on commit 3743025

Please sign in to comment.