You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm using .markdown-link-check.json to configure MegaLinter's markdown-link-check checker.
The configuration file .markdown-link-check.json was used by the markdown-link-check, but something has changed in megalinter 6.21.0 and this config file is ignoerd in this version.
There was some change in the 6.21.0 related to markdown-link-check but I'm not sure if it is relevant: #2479.
We upgraded markdown-link-check. The root cause is tcort/markdown-link-check#246, but we could drop the version back down until it's fixed given the severity of the bug.
Describe the bug
I'm using
.markdown-link-check.json
to configure MegaLinter's markdown-link-check checker.The configuration file
.markdown-link-check.json
was used by the markdown-link-check, but something has changed in megalinter6.21.0
and this config file is ignoerd in this version.There was some change in the
6.21.0
related tomarkdown-link-check
but I'm not sure if it is relevant: #2479.To Reproduce
Steps to reproduce the behavior:
Try to create
.markdown-link-check.json
https://github.com/ruzickap/ruzickap.github.io/blob/main/.markdown-link-check.json which should have some effect and then run with megalinter6.20.1
vs6.21.0
Expected behavior
If
.markdown-link-check.json
file exists then MegaLinter's markdown-link-check checker should used it like if was before 6.21.0 versionThe text was updated successfully, but these errors were encountered: