-
Notifications
You must be signed in to change notification settings - Fork 1
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
Selectively ignore certain failures? #1
Comments
@mahmoud Hey! I am glad you have been using the link checker. I have some ideas that I am planning on implementing, one of them being a configuration that includes links that you don't want to check. I was also going to try to build in an option where it generates a json report instead of counting as a failed action. I have mocked out how I'd like the report to look, but unfortunately I've been pretty bust and haven't been able to put any time on this recently. Good news is, I'll be on vacation next week and have already slotted out some time to give this some TLC. Since your the only know consumer so far, I was going to try to make changes as transparent to you as possible, and I'd love your feedback! |
Sounds good, will look forward to turning that ❌ to a ✔️ next week :) |
Hi @cam-barts! So I'm taking the new action out for a spin, and it's good progress. Here's what I'm looking at:
As you can see I reformatted the JSON output (probably adding an What I see is:
Anyways, I'm mostly curious what we should do about #2 and #3. Maybe it's worth including the exception repr or something? |
Hey @mahmoud, |
All that sounds great! Just one bit of info, re: the env var. It might be useful, but not required at this point from my perspective. It's just one URL that has a 521 code. Looking forward to retries/looser timeouts, and more output of all sorts. Thanks! |
Hey Cam,
Been using link checker for a while on the APA, and I was curious, would it be possible to have a configuration file with expected failures? Seems like a few links are behind cloudflare (which blocks the checker's traffic) and other expected failures.
Thanks in advance!
The text was updated successfully, but these errors were encountered: