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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -