| 123456789101112131415161718192021222324 |
- 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=.
- sonar.exclusions=**/*_test.go,**/vendor/**,**/testdata/*
- sonar.tests=.
- sonar.test.inclusions=**/*_test.go
- sonar.test.exclusions=**/vendor/**,**/*_test.go
- sonar.go.coverage.reportPaths=./cover.out
- # =====================================================
- # Meta-data for the project
- # =====================================================
- sonar.links.homepage=https://github.com/external-secrets/external-secrets/
|