-
Notifications
You must be signed in to change notification settings - Fork 184
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
Ignore Rules Only Apply to Errors #157
Comments
Hi @jbuck94, this is odd – Pa11y should ignore warnings and notices as well as errors. I'll take a look for you |
Thanks! It's only on the dashboard - works correctly when using the CLI. |
For me it appears to ignore the fact that I have told it to ignore a rule. |
Actually looking at this again the ignored rule does not match the code of the error, which is why it's still appearing. It may be that you need to check multiple boxes in the ignored rules section of the task? |
Ah OK, looks like our list of rules is incomplete, we probably need an entry for each type of node. |
Can we just make the parser smart enough to check the ignored rules and if they contain [NodeName] ignore for all node types? |
It seems like ignored rules only apply to errors. Is there a way to set rules in the ignore list to be ignored throughout the system (ie. in Errors, Warnings, and Notices)?
The text was updated successfully, but these errors were encountered: