Closed vmikhav closed 4 years ago
hello @vmikhav , we are not maintaining this plugin anymore, as we migrated TypeScript analysis to SonarJS plugin. Can you try it to analyze with SonarJS? Though, you will need to upgrade SonarQube at least to the 7.9 LTS version.
I want to report a bug.
SonarQube version: 7.1 (build 11001)
Rule key: typescript:S1854 (Dead stores should be removed)
Reproducer
Expected behavior Linter shouldn't accept the variable used as the object key as dead storage.