groupe-sii / sonar-web-frontend-plugin

Sonar plugin to add metrics for web technologies (JS, CSS, HTML, SASS, AngularJS...)
Apache License 2.0
115 stars 26 forks source link

Are lines of code metrics supported? #34

Closed EarthCitizen closed 8 years ago

EarthCitizen commented 8 years ago

When metrics (for TypeScript) are uploaded to Sonar, I am missing LOC. Is that metric currently supported?

If so, which report would it be collected from?

If not, are there plans to add it?

aurelien-baudet commented 8 years ago

Hello,

Yes the LOC metrics is supported until Sonar 4.5.7. For Sonar 5.x, LOC is not supported for now because plugins API have completely changed and need a lot of work.