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

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -