equalizedigital / accessibility-checker

GNU General Public License v2.0
14 stars 8 forks source link

Exclude the query monitor container from the JS scan. #777

Closed pattonwebz closed 1 month ago

pattonwebz commented 1 month ago

With some additional rules moved over the the JS scan some items inside the query monitor container were being flagged (new link warnings).

This PR excludes the container from the scan by using the context.exclude[] object passed to the runner.

Excluded by id #query-monitor-main

Checklist