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

Allow show only the errors in the report. #6

Open
sarvaje opened this issue Aug 5, 2019 · 2 comments
Open

Allow show only the errors in the report. #6

sarvaje opened this issue Aug 5, 2019 · 2 comments

Comments

@sarvaje
Copy link
Contributor

sarvaje commented Aug 5, 2019

When we are validating a lot of files, it can be difficult to find the errors.

@chmac
Copy link

chmac commented Jan 18, 2022

This was a show stopper for me also, so I hacked a quick & dirty solution by modifying the code. You can see it in my fork on the omit-success-output branch.

https://github.com/chmac/markdown-link-validator/tree/omit-success-output

@mi-hol
Copy link

mi-hol commented Dec 13, 2022

I'd suggest new options

-ov containing file names of all valid .md input files

-oi containing file names of all invalid .md input files

jenkin added a commit to jenkin/markdown-link-validator that referenced this issue Jun 21, 2023
Regular mode shows all processed files and all valid and invalid links in them.

Quiet mode (`-q` or `--quietMode`) shows only files with invalid links.

Refs: webhintio#6
jenkin added a commit to jenkin/markdown-link-validator that referenced this issue Jun 26, 2023
Regular mode shows all processed files and all valid and invalid links in them.

Quiet mode (`-q` or `--quietMode`) shows only files with invalid links.

Refs: webhintio#6
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

No branches or pull requests

3 participants