Here is one example:
For link checking, we're only talking about info/docs, we're not talking about downloading/uploading/etc. The better compromise would be to reduce the noisiness of the link checking by being more tolerant. Here is the line to change:
|
--accept 100..=103,200..=299,301,302,307,308 |
Here is one example:
For link checking, we're only talking about info/docs, we're not talking about downloading/uploading/etc. The better compromise would be to reduce the noisiness of the link checking by being more tolerant. Here is the line to change:
.github/templates/github/workflows/ci-linkchecks.yml
Line 39 in 575c890