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
Hi @pavlo-everstake
Yes, it's possible, i can add parameter like --untracked.
GitPython provide interface untracked_files, looks like it could be done easily.
$ echo"[link](https://github.com/FAILED/FAILED/FAILED)"> untracked.md
$ md-dead-link-check --untrack
File: untracked.md:1 • Link: https://github.com/FAILED/FAILED/FAILED • Error: 404: Not Found
❌ Found 1 dead link 🙀
$ md-dead-link-check
✅ Not found dead links 😸
@pavlo-everstake Could you check md-dead-link-check from main branch in your usecase?
Is it possible to have an option to search for bad links in newly created files but not added to the index via
git add
?The text was updated successfully, but these errors were encountered: