sonar-project.properties 810 B

123456789101112131415161718192021222324
  1. sonar.projectKey=external-secrets_external-secrets
  2. sonar.organization=external-secrets
  3. # This is the name and version displayed in the SonarCloud UI.
  4. #sonar.projectVersion=1.0
  5. # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
  6. #sonar.sources=.
  7. # Encoding of the source code. Default is default system encoding
  8. #sonar.sourceEncoding=UTF-8
  9. sonar.sources=.
  10. sonar.exclusions=**/*_test.go,**/vendor/**,**/testdata/*
  11. sonar.tests=.
  12. sonar.test.inclusions=**/*_test.go
  13. sonar.test.exclusions=**/vendor/**,**/*_test.go
  14. sonar.go.coverage.reportPaths=./cover.out
  15. # =====================================================
  16. # Meta-data for the project
  17. # =====================================================
  18. sonar.links.homepage=https://github.com/external-secrets/external-secrets/