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

Add rule S4157 (based on '@typescript-eslint/no-unnecessary-type-arguments') for TS #1472

Closed
vilchik-elena opened this issue Sep 16, 2019 · 2 comments · Fixed by #1714
Closed
Assignees
Milestone

Comments

@vilchik-elena
Copy link
Contributor

No description provided.

@quentin-jaquier-sonarsource
Copy link
Contributor

There is a Bug in typescript-eslint implementation that make the analysis fail, preventing the whole file from being analysed, we need to wait for an eventual fix, or implement it ourselves.

Problematic code:
let a: A<number>;

@quentin-jaquier-sonarsource
Copy link
Contributor

Bug is fixed in @typescript-eslint master (PR), as soon as a new release of the plugin is available, we can retry to add this rule based on @typescript-eslint/no-unnecessary-type-arguments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants