-
Notifications
You must be signed in to change notification settings - Fork 305
Description
Is your feature request related to a problem? Please describe.
I'm running the link checker in the CI and when the CI job fails, I want to quickly see what's wrong. Currently that means scanning the whole output for -- BROKEN --
, because I like to keep --verbose
history of which linkes worked before or whether it was skipped for some reason.
Describe the solution you'd like
There could be a summary of all broken links at the end of the output.
Describe alternatives you've considered
Maybe there is a combination of options which would work for me? Perhaps removing --verbose
would solve it all?
Additional context
I'm mostly thinking out loud here whether my idea would be the best solution to my problem, whether there are other people wanting this, and if you'd like this feature in the project. If it's reasonably easy to add, I could try to send a PR.