Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Angular2 plugin for SonarQube 6.x

I am new with Sonar and I have recently installed SonarQube 6.3 I couldnt find any plugin for AngularJS neither Angular2.

Is there any way to have an Angular scanner? Any plans to release one for SonarQube 6.X?

Thanks a lot

like image 466
TCea Avatar asked Jun 09 '17 10:06

TCea


1 Answers

There are plenty of plugins on GitHub.

For example:

  • sonar-web-frontend-plugin for many front end technologies including AngularJS and TypeScript but is a bit old. It analyzes the scanners' reports.
  • SonarTsPlugin for TypeScript and so Angular 2. It directly performs an analysis.
  • SonarTS is the official SonarSource plugin for TypeScript.
like image 132
begarco Avatar answered Oct 05 '22 20:10

begarco