mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 00:46:03 +02:00
20 lines
605 B
Markdown
20 lines
605 B
Markdown
# sonar-scanner
|
|
|
|
> 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|--define]}} {{project.settings=myproject.properties}}`
|
|
|
|
- Print debugging information:
|
|
|
|
`sonar-scanner {{[-X|--debug]}}`
|
|
|
|
- Display help:
|
|
|
|
`sonar-scanner {{[-h|--help]}}`
|