diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-08-05 23:41:05 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-08-05 23:41:05 +0200 |
| commit | 4c249e107e5bfbe58f1726ca91fbeb552e11ccd4 (patch) | |
| tree | 7c0db544c23f7c781e1b08b95a4e26227bc9441f /nvim/scripts/sonarqube.md | |
| parent | dbb7765982ed5d510060d5abfec7d9ebd9cd344a (diff) | |
| download | dotfiles-4c249e107e5bfbe58f1726ca91fbeb552e11ccd4.tar.gz dotfiles-4c249e107e5bfbe58f1726ca91fbeb552e11ccd4.tar.bz2 dotfiles-4c249e107e5bfbe58f1726ca91fbeb552e11ccd4.zip | |
neovim: Kommentare etwas eingekürzt
Diffstat (limited to 'nvim/scripts/sonarqube.md')
| -rw-r--r-- | nvim/scripts/sonarqube.md | 2 |
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" |
| 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 | ```conf | 17 | ```conf |
| 18 | sonar.token=<token> | 18 | sonar.token=<token> |
| 19 | sonar.host.url=https://sonarqube.dev.up2parts.com | 19 | sonar.host.url=https://sonarqube.dev.up2parts.com |
