Skip to content

Commit

Permalink
Pin markdown-link-check to 3.10.3 (#2498)
Browse files Browse the repository at this point in the history
markdown-link-check config files are ignored at the current latest
version of markdown-link-check, 3.11.0.
  • Loading branch information
Kurt-von-Laven committed Mar 30, 2023
1 parent a500386 commit 5000b4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l

- Core
- Fix version displayed in logs
- Pin markdown-link-check to 3.10.3 until [tcort/markdown-link-check#246](https://github.com/tcort/markdown-link-check/issues/246)
is fixed, by @Kurt-von-Laven ([#2498](https://github.com/oxsecurity/megalinter/issues/2498)).

- Documentation

Expand Down
4 changes: 3 additions & 1 deletion megalinter/descriptors/markdown.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,11 @@ linters:
examples:
- "markdown-link-check myfile.md"
- "markdown-link-check -c .markdown-link-check.json myfile.md"
# Unpin once https://github.com/tcort/markdown-link-check/issues/246 is fixed.
downgraded_version: true
install:
npm:
- markdown-link-check
- markdown-link-check@3.10.3
# Markdown table formatter
- linter_name: markdown-table-formatter
is_formatter: true
Expand Down

0 comments on commit 5000b4f

Please sign in to comment.