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
opts.reporters = config.reporters is setting reporters to undefined which is causing an issue.
This is most probably a bug since we cant set reporters in config.json lol
The text was updated successfully, but these errors were encountered:
nadimchakra
added a commit
to nadimchakra/markdown-link-check
that referenced
this issue
Jan 31, 2025
How to replicate
Add a config.json
Add a README.md
Run markdown-link-check -v README.md (You will see files checked list)
Run markdown-link-check -c config.json -v README.json ( You will only see FILE: README.md )
the following log ->
FILE: README.md
opts.reporters = config.reporters is setting reporters to undefined which is causing an issue.
This is most probably a bug since we cant set reporters in config.json lol
The text was updated successfully, but these errors were encountered: