Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Analyse Typescript with SonarQube

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?

like image 370
mahdi kallel Avatar asked Mar 23 '17 11:03

mahdi kallel


2 Answers

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.

like image 142
Fabrice - SonarSource Team Avatar answered Nov 19 '22 04:11

Fabrice - SonarSource Team


Just to chime in as I did not see the TypeScript plugin on that page. This one seems to be useful: https://github.com/Pablissimo/SonarTsPlugin

like image 33
isaac weathers Avatar answered Nov 19 '22 02:11

isaac weathers