You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 12, 2020. It is now read-only.
I'm running a11y on an entire folder of files from the command line. It would really help me if there was a way to only output errors. I'm thinking that if all the rules pass for a page, it would just log the page with a checkmark. Example output:
$ ally **/*.html
✔ file1.html
✔ file2.html
✖ file3.html
✖ The purpose of each link should be clear from the link text
body > .panel.panel-white.article.article-red > A
✔ file4.html
Let me know if you'd be interested in a feature like this, happy to pr.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm running a11y on an entire folder of files from the command line. It would really help me if there was a way to only output errors. I'm thinking that if all the rules pass for a page, it would just log the page with a checkmark. Example output:
Let me know if you'd be interested in a feature like this, happy to pr.
The text was updated successfully, but these errors were encountered: