Просмотр исходного кода

Merge pull request #409 from external-secrets/chore/delete-sonar-configs

chore: delete sonar configs
paul-the-alien[bot] 4 лет назад
Родитель
Сommit
65b22e4a91
1 измененных файлов с 0 добавлено и 24 удалено
  1. 0 24
      sonar-project.properties

+ 0 - 24
sonar-project.properties

@@ -1,24 +0,0 @@
-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/*,e2e/**,apis/**,**/fake.go
-
-sonar.tests=.
-sonar.test.inclusions=**/*_test.go
-sonar.test.exclusions=**/vendor/**,**/*_test.go,e2e/**,apis/**,**/fake.go
-sonar.go.coverage.reportPaths=./cover.out
-# =====================================================
-#   Meta-data for the project
-# =====================================================
-
-sonar.links.homepage=https://github.com/external-secrets/external-secrets/