Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bellingard authored Aug 3, 2017
1 parent 22c5ff1 commit 273eab2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ gulp.task('default', function(callback) {

**Syntax:** sonarqube-scanner **(** `parameters`, [`callback`] **)**

### Arguments
**Arguments**

* `parameters` *Map*
* `serverUrl` *String* (optional) The URL of the SonarQube server. Defaults to http://localhost:9000
Expand All @@ -74,8 +74,10 @@ cd my-project
sonar-scanner
```

**Specifying properties/settings**

* If there's a `package.json` file in the folder, it will be read to feed the analysis with basic information (like project name or version)
* If there's a `sonar-project.properties`file in the folder, it will behave like the [original SonarQube Scanner](https://redirect.sonarsource.com/doc/install-configure-scanner.html)
* If there's a `sonar-project.properties` file in the folder, it will behave like the [original SonarQube Scanner](https://redirect.sonarsource.com/doc/install-configure-scanner.html)
* Additional [analysis parameters](https://redirect.sonarsource.com/doc/analysis-parameters.html) can be passed on the command line using the standard `-Dsonar.xxx=yyy` syntax
* Example:

Expand Down

0 comments on commit 273eab2

Please sign in to comment.