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

fix(axe): disable unused audits #6180

Merged
merged 1 commit into from
Oct 5, 2018
Merged

fix(axe): disable unused audits #6180

merged 1 commit into from
Oct 5, 2018

Conversation

wardpeet
Copy link
Collaborator

@wardpeet wardpeet commented Oct 5, 2018

Summary
Disable axe audits:
table-fake-caption
td-has-header
marquee

diff can be found here
https://www.diffchecker.com/1S1zqgRH

axeResult.violations.map(x => x.id).concat(axeResult.inapplicable.map(x => x.id)).concat(axeResult.incomplete.map(x => x.id)).concat(axeResult.passes.map(x => x.id))

Related Issues/PRs

#6169

Copy link
Collaborator

@patrickhulce patrickhulce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@paulirish paulirish merged commit 6278e12 into master Oct 5, 2018
@paulirish paulirish deleted the fix/axe-speed branch October 5, 2018 19:36
@paulirish paulirish mentioned this pull request Oct 10, 2018
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