Add configuration for sonarqube code scanning

pull/11092/head
Anders F Björklund 2021-04-13 17:24:53 +02:00
parent 6feff047d9
commit 9c0917d983
1 changed files with 11 additions and 0 deletions

11
sonar-project.properties Normal file
View File

@ -0,0 +1,11 @@
sonar.projectKey=minikube
sonar.sourceEncoding=UTF-8
sonar.sources=cmd,pkg
sonar.exclusions=**/*_test.go,pkg/minikube/assets/assets.go,pkg/minikube/translate/translations.go
sonar.tests=cmd,pkg
sonar.test.inclusions=**/*_test.go
sonar.go.tests.reportPaths=test-report.json
sonar.go.coverage.reportPaths=coverage.out