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

Using fixers in external Angular templates. #699

Closed
cwoolum opened this issue Aug 9, 2018 · 1 comment
Closed

Using fixers in external Angular templates. #699

cwoolum opened this issue Aug 9, 2018 · 1 comment

Comments

@cwoolum
Copy link

cwoolum commented Aug 9, 2018

I'm using Codelyzer as a base for ionic-team/v4-migration-tslint. We have some rules that work against HTML and they seem to work fine when the template is inlined but they mangle the TypeScript when a templateUrl is used. I've only seen one usage of templateUrl for finding unused CSS classes but there is no fixer for it. Have any of the rules ever had fixers working against an external template?

@mgechev
Copy link
Owner

mgechev commented Aug 9, 2018

There's a bug related to reporting in external templates. This seems like a regression caused by a dependency. You can look at this issue for details #692.

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

2 participants