1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 20:02:09 +02:00
tldr/pages/common/sonar-scanner.md
Vitor Henrique 46a054215a
pages*: make help and version commands comply with the style guide (#12107)
* pages*: use generic word for help

* git: add newline to the end

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* pages*: make help and version commands comply with the style guide

* java: fix Java name

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-30 12:55:24 +08:00

20 lines
562 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{{project.settings=myproject.properties}}`
- Print debugging information:
`sonar-scanner -X`
- Display help:
`sonar-scanner -h`