Running Sonar from command line without a SonarQube server -


i need perform static analysis of java classes command line extract basic metrics , thinking use sonar-cli, required working sonarqube.

how can perform inspections?

if want metrics on code, there's no other choice installing sonarqube server , indeed run analysis using sonarqube scanner.

by way, installing sq server such simple use case simple extracting binaries zip archive , double-click on sonar.sh or sonar.bat scripts. see "get started in 2 minutes" documentation page.


Comments

Popular posts from this blog

Receive udp packets in android gstreamer -

php - Extract Text from HTTP referer -

java - Callback from new thread to class from which thread was initiated -