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

the regexp that generates the error code needs some love. #1

Open
tjheffner opened this issue May 4, 2018 · 0 comments
Open

the regexp that generates the error code needs some love. #1

tjheffner opened this issue May 4, 2018 · 0 comments

Comments

@tjheffner
Copy link
Owner

two things:

  1. It's duplicated in report.vue and result.vue. It needs to be in one place, and passed to these components. Probably as a global filter https://vuejs.org/v2/guide/filters.html, but maybe in the store

  2. Needs correct handling for multi-rule issues, of which the only one it regularly bumps into is H53,ARIA6 (returning either one of H53 or ARIA6 will be a success. Currently returns "A6").

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

No branches or pull requests

1 participant