Skip to content
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

added summary of broken links at the end of cli #148

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

bjoernbg
Copy link

Hi, I've added a small summary of the broken links at the end of the command line output.

@stevenvachon stevenvachon force-pushed the master branch 11 times, most recently from f7f6233 to fc31ac1 Compare July 22, 2019 22:29
@stevenvachon stevenvachon force-pushed the master branch 15 times, most recently from 7d35cc4 to 4377053 Compare July 29, 2019 21:34
@dennisreimann
Copy link

Came here looking for something like this or #137. Is there any change to see these changes published? They seem like valuable additions to this tool!

@chadoh
Copy link

chadoh commented Oct 18, 2020

Looking forward to this getting in! blc is close to unusable when used to scan a large website for broken links.

@chadoh chadoh mentioned this pull request Oct 18, 2020
@dennisreimann
Copy link

@chadoh As a workaround we've fixed it in our CI pipeline by running it with this command:

set -o pipefail; npm run linkcheck 2>/dev/null | grep "Getting links from\|BROKEN"

The linkcheck script runs blc with our configuration and the grep filters the relevant information.

Hope this is of help for you :)

@stevenvachon stevenvachon force-pushed the master branch 3 times, most recently from ff2ed1a to 17697af Compare March 4, 2021 00:45
Base automatically changed from master to main March 4, 2021 00:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants