dequelabs / axe-core-npm

Mozilla Public License 2.0
606 stars 68 forks source link

Report unused disables #202

Open gemal opened 3 years ago

gemal commented 3 years ago

if I use axe like this: axe --disable aria-input-field-name,aria-required-children,color-contrast,heading-order,landmark-one-main,region http://example.com

it would be very useful if axe could report any unused disable so that they could be removed. fx if example.com did not need color-contrast to succeed

phpstan has this very useful feature: https://phpstan.org/user-guide/ignoring-errors#reporting-unused-ignores

axe could have reportUnmatchedDisable

Zidious commented 2 years ago

Hey @gemal,

Apologies for the delay,

Very interesting idea! We will investigate and get back to you.

Gabe