|
|
@@ -11,11 +11,11 @@ sonar.organization=external-secrets
|
|
|
#sonar.sourceEncoding=UTF-8
|
|
|
|
|
|
sonar.sources=.
|
|
|
-sonar.exclusions=**/*_test.go,**/vendor/**,**/testdata/*,./e2e/**,./apis/**
|
|
|
+sonar.exclusions=**/*_test.go,**/vendor/**,**/testdata/*,e2e/**,apis/**
|
|
|
|
|
|
sonar.tests=.
|
|
|
sonar.test.inclusions=**/*_test.go
|
|
|
-sonar.test.exclusions=**/vendor/**,**/*_test.go,./e2e/**,./apis/**
|
|
|
+sonar.test.exclusions=**/vendor/**,**/*_test.go,e2e/**,apis/**
|
|
|
sonar.go.coverage.reportPaths=./cover.out
|
|
|
# =====================================================
|
|
|
# Meta-data for the project
|