diff --git a/sonar-project.properties b/sonar-project.properties new file mode 100644 index 0000000..b769069 --- /dev/null +++ b/sonar-project.properties @@ -0,0 +1 @@ +sonar.projectKey=go-mail \ No newline at end of file diff --git a/sonar-scan b/sonar-scan deleted file mode 100755 index 7d8e8ca..0000000 --- a/sonar-scan +++ /dev/null @@ -1,7 +0,0 @@ -#!/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"