aboutsummaryrefslogtreecommitdiff
path: root/nvim/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/scripts')
-rw-r--r--nvim/scripts/sonarqube.md3
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"
165. Token und Host-URL in `/opt/homebrew/etc/sonar-scanner.properties` einfügen: 165. Token und Host-URL in `/opt/homebrew/etc/sonar-scanner.properties` einfügen:
17
17```conf 18```conf
18sonar.token=<token> 19sonar.token=<token>
19sonar.host.url=https://sonarqube.dev.up2parts.com 20sonar.host.url=https://sonarqube.dev.up2parts.com