aboutsummaryrefslogtreecommitdiff
path: root/nvim/scripts/sonarqube.md
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/scripts/sonarqube.md')
-rw-r--r--nvim/scripts/sonarqube.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/scripts/sonarqube.md b/nvim/scripts/sonarqube.md
index d276053..5cc86ec 100644
--- a/nvim/scripts/sonarqube.md
+++ b/nvim/scripts/sonarqube.md
@@ -13,7 +13,7 @@ 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```conf 17```conf
18sonar.token=<token> 18sonar.token=<token>
19sonar.host.url=https://sonarqube.dev.up2parts.com 19sonar.host.url=https://sonarqube.dev.up2parts.com