Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/melsumner/a11y-metrics-checks
https://github.com/melsumner/a11y-metrics-checks
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/melsumner/a11y-metrics-checks
- Owner: MelSumner
- License: mpl-2.0
- Created: 2023-05-25T15:31:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-19T12:53:07.000Z (3 months ago)
- Last Synced: 2024-10-03T12:26:38.474Z (3 months ago)
- Language: JavaScript
- Size: 55.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A11y Metrics Checks
This tool scans Ember repositories for accessibility.
## Checks (WIP)
- check_packages: checks to make sure `ember-a11y-testing` and `ember-template-lint` are installed
- check_templates: checks template files for disabled lints and reports instances and total count## TODO
- check to see if a11y related linting rules are turned off in the template config file
- check to see if there are any `a11yAudit` exceptions
- report total number of issues
- report an itemized list of issues