From 9009bcf3415af10e3b58ec3e025ef284bd742dcc Mon Sep 17 00:00:00 2001 From: Enrico Stahn Date: Wed, 11 Mar 2020 23:54:45 +1100 Subject: [PATCH] chore: fix projectkey for sonarcloud --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index 07fd00d..eac68dd 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,5 +1,5 @@ sonar.organization=hipages -sonar.projectKey=php-fpm_exporter +sonar.projectKey=hipages_php-fpm_exporter sonar.sources=. sonar.exclusions=**/*_test.go,**/vendor/**,**/testdata/*