1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 13:42:07 +02:00
tldr/pages/common/sonar-scanner.md
bl-ue 8ebd171d6f
*: fix typos reported by Hunspell (#5848)
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Seth Falco <seth@falco.fun>
Co-authored-by: Patrice Denis <patricedenis@users.noreply.github.com>
2021-05-20 16:13:41 -04:00

588 B

sonar-scanner

SonarScanner is a generic scanner for SonarQube projects that do not use build tools such as Maven, Gradle, or Ant. More information: https://docs.sonarqube.org/latest/analysis/scan/sonarscanner/.

  • Scan a project with configuration file in your project's root directory named sonar-project.properties:

sonar-scanner

  • Scan a project using configuration file other than sonar-project.properties:

sonar-scanner -D{{project.settings=myproject.properties}}

  • Print help information:

sonar-scanner -h

  • Print debugging information:

sonar-scanner -X