mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* common/s*: add and update Korean translation * scamper: fix typo * Update pages.ko/common/simplehttpserver.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/common/steamcmd.md Co-authored-by: Chooooo <contact@choo.ooo> --------- Co-authored-by: Sebastiaan Speck <shem.speck@gmail.com> Co-authored-by: Chooooo <contact@choo.ooo>
20 lines
607 B
Markdown
20 lines
607 B
Markdown
# sonar-scanner
|
|
|
|
> Maven, Gradle, Ant와 같은 빌드 도구를 사용하지 않는 SonarQube 프로젝트를 위한 일반 스캐너.
|
|
> 더 많은 정보: <https://docs.sonarqube.org/latest/analysis/scan/sonarscanner/>.
|
|
|
|
- 프로젝트의 루트 디렉토리에 있는 `sonar-project.properties`라는 구성 파일로 프로젝트 스캔:
|
|
|
|
`sonar-scanner`
|
|
|
|
- `sonar-project.properties`가 아닌 다른 구성 파일을 사용하여 프로젝트 스캔:
|
|
|
|
`sonar-scanner -D{{project.settings=myproject.properties}}`
|
|
|
|
- 디버깅 정보 출력:
|
|
|
|
`sonar-scanner -X`
|
|
|
|
- 도움말 표시:
|
|
|
|
`sonar-scanner -h`
|