Skip to content

Commit

Permalink
core(a11y): aXe perf: only collect provided resultTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Jan 29, 2018
1 parent a52378e commit 8da6d3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lighthouse-core/gather/gatherers/accessibility.js
Expand Up @@ -25,6 +25,7 @@ function runA11yChecks() {
'wcag2aa',
],
},
resultTypes: ['violations', 'inapplicable'],
rules: {
'tabindex': {enabled: true},
'table-fake-caption': {enabled: true},
Expand Down

0 comments on commit 8da6d3c

Please sign in to comment.