Skip to content

Commit

Permalink
ci(MegaLinter): Disable markdown-link-check
Browse files Browse the repository at this point in the history
The faster link checker Lychee was recently added to MegaLinter in
v7.2.0, superseding markdown-link-check.
  • Loading branch information
Kurt-von-Laven committed Aug 9, 2023
1 parent 1325c3f commit fddf925
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
10 changes: 0 additions & 10 deletions .markdown-link-check.json

This file was deleted.

1 change: 1 addition & 0 deletions .mega-linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ APPLY_FIXES: all
CLEAR_REPORT_FOLDER: true
DEFAULT_BRANCH: main
DISABLE_LINTERS:
- MARKDOWN_MARKDOWN_LINK_CHECK # Superseded by Lychee
- TYPESCRIPT_STANDARD # We use Prettier instead.
FAIL_IF_MISSING_LINTER_IN_FLAVOR: true
FILTER_REGEX_EXCLUDE: \.pnp\.(c|loader\.m)js|\.yarn|dist
Expand Down

0 comments on commit fddf925

Please sign in to comment.