mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-22 13:50:49 +01:00
Integrate with SonarQube
This commit is contained in:
parent
24993e17d4
commit
3351e158a8
2 changed files with 10 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -13,3 +13,6 @@
|
||||||
|
|
||||||
# Dependency directories (remove the comment below to include it)
|
# Dependency directories (remove the comment below to include it)
|
||||||
# vendor/
|
# vendor/
|
||||||
|
|
||||||
|
# SonarQube
|
||||||
|
.scannerwork/
|
7
sonar-scan
Executable file
7
sonar-scan
Executable file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
source ./.sonar
|
||||||
|
${SONAR_BIN} \
|
||||||
|
-Dsonar.projectKey=go-mail \
|
||||||
|
-Dsonar.sources=. \
|
||||||
|
-Dsonar.host.url=https://sonar.fritz.box \
|
||||||
|
-Dsonar.login="$SONAR_TOKEN"
|
Loading…
Reference in a new issue