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

Rule template-accessibility-elements-content not found #801

Closed
cexbrayat opened this issue Mar 25, 2019 · 1 comment · Fixed by #803
Closed

Rule template-accessibility-elements-content not found #801

cexbrayat opened this issue Mar 25, 2019 · 1 comment · Fixed by #803

Comments

@cexbrayat
Copy link
Contributor

cexbrayat commented Mar 25, 2019

Using 5.0.0-beta.2, I've got the following error:

Could not find implementations for the following rules specified in the configuration:
    template-accessibility-elements-content

using the following tslint.json:

"template-accessibility-alt-text": true,
// not found in 5.0.0-beta.2
"template-accessibility-elements-content": true,
"template-accessibility-label-for": true,
"template-accessibility-tabindex-no-positive": true,
"template-accessibility-valid-aria": true,

Note that the other rules are found, so I may be missing something, but I think the name is correct (see https://github.com/mgechev/codelyzer/blob/master/src/templateAccessibilityElementsContentRule.ts#L44).
The error was already present in beta.0 and beta.1.

@wKoza
Copy link
Collaborator

wKoza commented Mar 25, 2019

Indeed, This rule is missing in the file https://github.com/mgechev/codelyzer/blob/master/src/index.ts

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

Successfully merging a pull request may close this issue.

2 participants