Hello,
- SonarCloud
- SonarLint Intellij 4.3.0.3495
- WebStorm 2019.2 & 2019.3
- SonarJS 5.2.1.7778
since the update to SonarLint Plugin for Intellij version 4.3 I run into issues regarding analysis of typescript files. The Plugin is set up in connected mode with SonarCloud.
Our setup did not change since the last time the analysis worked locally. Since the update we see “TypeScript sensor excluded” in the log files and TypeScript files are not analyzed anymore. HTML on the other side is working fine.
EDIT: The following is only true if NOT set to connected mode. In connected mode the new version of the plugin is loaded so it must be a different issue.
I narrowed it down to an old version of SonarJS being bundled into the SonarLint plugin which is not capable of TypeScript analysis while on the other side SonarTS was excluded.
If one manually replaces the plugin in the plugin directory (Webstorm…\config\sonarlint\plugins) with the newest available Version of SonarJS (while keeping the name of the old plugin jar file) the analysis is executed again.
Is there any way to do force use of the newest version by a setting? Or this an error in the SonarLint plugin?
Thank you for your help in advance.
Regards,
Stefan