Analyse Typescript with SonarQube

mahdi kallel picture mahdi kallel · Mar 23, 2017 · Viewed 18.6k times · Source

I'm using node_modules/codelyzer to analyze my source code Typescript. I define manually rules in tslint.json file.

But it is possible to analyze Typescript with SonarQube?

Answer

Fabrice - SonarSource Team picture Fabrice - SonarSource Team · Mar 24, 2017

You can use a plugin developed by the SonarQube community to support TypeScript.

You will find it on the "Other Plugins" page on the official SonarQube Plugin Library.