-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix various links in rust, python and toml files #5986
Conversation
Deployed docs
|
d87268b
to
21f204c
Compare
Link checker now picks up 5711 links Before it picked up 4533 links |
Does it have a way to report which links it checked so we can be sure that it checks what |
yes, I documented that in lychee.toml: you pass in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!
Yes, I meant on CI. Linkinator would always report the full list of links it checked, would be nice to have that instead of just the number of links, as long as it's not too much work to add here. |
I'll have a look! |
What
Code files are now included in link checking.
linkinator
andlychee
misses important things) #5925Some issues encountered:
exclude_path
lycheeverse/lychee#1405<input>
; Find all supported files in cwd automatically lycheeverse/lychee#410Checklist
main
build: rerun.io/viewernightly
build: rerun.io/viewerTo run all checks from
main
, comment on the PR with@rerun-bot full-check
.