Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Angular best static code analysis tool with report

Looking for an Angular static analysis tool. Gone through one of the most popular tools codelyzer but I couldn't see the report option here.

Can anyone suggest a better Angular static analysis tool or is there any option to generate reports using codelyzer.

like image 209
shanidkv Avatar asked Dec 08 '19 17:12

shanidkv


1 Answers

Sonarqube has a plugin for typescript called SonarTs but it is not as good as codelyzer (yet).

You may also try TSlint.

But before all that I would try to fix codelyzer - what's your exact problem? Did you follow the "how to use" guide?

like image 151
Lonzak Avatar answered Sep 22 '22 15:09

Lonzak