visakhvjn / api-boilerplate-nestjs

0 stars 1 forks source link

setup sonar to check code quality #4

Open visakhvjn opened 5 months ago

panagiotisbellias commented 4 months ago

Hello, I forked the project and pass it through Sonarqube analysis with this command.

sonar-scanner -D"sonar.token=<SONAR_TOKEN>" -D"sonar.projectKey=api-boilerplate-nestjs" -D"sonar.host.url=http://localhost:9001

If it is intended, the sonar.projectKey property can be added in a new sonar-project.properties file and the sonar-scanner command in the instructions (e.g. README.md).

If the issue talks about Sonar cloud setup ignore this comment.

Regards, Panagiotis