TS document comments are not recognized. This ts file has a document comment, but the comment rate of the file is still 0.
Provide all necessary details: SonarQube 7.9 SonarJS 6.4.1
Hey there.
By default, SonarQube is assuming any comments at the top of the file are a header, rather than actual comments. You can toggle this behavior in your global or project-level Administration > Javascript / Typescript
Thank you