Pablissimo / SonarTsPlugin

SonarQube plugin for TypeScript files
MIT License
185 stars 106 forks source link

Plugin doesn't supports comments calculation #155

Open tomgscs opened 7 years ago

tomgscs commented 7 years ago

I have multiple types of projects in my SQ (php, scss, ts) and with SonarTsPlugin I can't view the number of comments for the .ts files. There is a setting to turn on calculation ?

Pablissimo commented 7 years ago

There isn't yet - the closest is the non-comment lines-of-code metric. Could be added as a feature though, since it's just the inverse of that logic I guess...

TristanFAURE commented 6 years ago

hello it could be interesting to have this metric and the inverse one. Do you plan to implement it ?