|
|
@@ -10,10 +10,10 @@ sonar.organization=external-secrets
|
|
|
# Encoding of the source code. Default is default system encoding
|
|
|
#sonar.sourceEncoding=UTF-8
|
|
|
|
|
|
-sonar.sources=./apis
|
|
|
-sonar.exclusions=**/*_test.go,**/vendor/**
|
|
|
-
|
|
|
-sonar.tests=./apis
|
|
|
+sonar.sources=.
|
|
|
+sonar.exclusions=**/*_test.go,**/vendor/**,**/testdata/*
|
|
|
+
|
|
|
+sonar.tests=.
|
|
|
sonar.test.inclusions=**/*_test.go
|
|
|
sonar.test.exclusions=**/vendor/**
|
|
|
sonar.go.coverage.reportPaths=./cover.out
|
|
|
@@ -21,4 +21,4 @@ sonar.go.coverage.reportPaths=./cover.out
|
|
|
# Meta-data for the project
|
|
|
# =====================================================
|
|
|
|
|
|
-sonar.links.homepage=https://github.com/external-secrets/external-secrets/
|
|
|
+sonar.links.homepage=https://github.com/external-secrets/external-secrets/
|