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

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -