mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-15 07:59:57 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
25
tldr/sonar-scanner
Normal file
25
tldr/sonar-scanner
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user