- SonarQube Server Community Edition version 25.3.0.104237
- SonarQube Scanner 3.1.0.1141
- SonarQube Server deployed in Docker
- SonarQube Scanner 3.1.0.1141 in Jenkins in Docker
Executed “npm run sonar” succesfully. for Typescript Angular Project.
However, I find that in the analyses in SonarQube portal, the number Line of Code is same as the total number of line of code in a page. In other words the analyses also count line of space, line of braces etc into LOC.
How would I set so that the analyses do not count on line of space, line of braces etc. into LOC ?