-
Notifications
You must be signed in to change notification settings - Fork 6
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
Comments
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 |
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
When we are validating a lot of files, it can be difficult to find the errors.
The text was updated successfully, but these errors were encountered: