node.js - Specific rules for Nodejs in Sonar -


how create specific rules nodejs project check quality in sonarqube.

sonar.projectkey=sonar-js sonar.projectname=sonar-js sonar.projectversion=0.0.1  sonar.sources=src sonar.tests=test sonar.language=js sonar.profile=node 

but i'm getting error : sonar.profile set 'node' didn't match profile language

kindly guide me create custom rule profile nodejs in sonar.

you should check sonarqube documentation on quality profiles.


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

Redirect to a HTTPS version using .htaccess -