diff options
Diffstat (limited to 'nvim/scripts')
| -rw-r--r-- | nvim/scripts/sonarqube.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nvim/scripts/sonarqube.md b/nvim/scripts/sonarqube.md index 5cc86ec..9eb3e22 100644 --- a/nvim/scripts/sonarqube.md +++ b/nvim/scripts/sonarqube.md | |||
| @@ -13,7 +13,8 @@ brew install sonar-scanner | |||
| 13 | Name: "command-line" | 13 | Name: "command-line" |
| 14 | Type: "User Token" | 14 | Type: "User Token" |
| 15 | Expires in: "1 year" | 15 | Expires in: "1 year" |
| 16 | 5. Token und Host-URL in `/opt/homebrew/etc/sonar-scanner.properties` einfügen: | 16 | 5. Token und Host-URL in `/opt/homebrew/etc/sonar-scanner.properties` einfügen: |
| 17 | |||
| 17 | ```conf | 18 | ```conf |
| 18 | sonar.token=<token> | 19 | sonar.token=<token> |
| 19 | sonar.host.url=https://sonarqube.dev.up2parts.com | 20 | sonar.host.url=https://sonarqube.dev.up2parts.com |
