|
|
@@ -0,0 +1,24 @@
|
|
|
+sonar.projectKey=external-secrets_external-secrets
|
|
|
+sonar.organization=external-secrets
|
|
|
+
|
|
|
+# This is the name and version displayed in the SonarCloud UI.
|
|
|
+#sonar.projectVersion=1.0
|
|
|
+
|
|
|
+# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
|
|
|
+#sonar.sources=.
|
|
|
+
|
|
|
+# 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.test.inclusions=**/*_test.go
|
|
|
+sonar.test.exclusions=**/vendor/**
|
|
|
+sonar.go.coverage.reportPaths=./cover.out
|
|
|
+# =====================================================
|
|
|
+# Meta-data for the project
|
|
|
+# =====================================================
|
|
|
+
|
|
|
+sonar.links.homepage=https://github.com/external-secrets/external-secrets/
|