1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

Merge pull request #407 from external-secrets/fix/sonar-exclusion

fix: exclude fake client mocks
This commit is contained in:
paul-the-alien[bot] 2021-09-30 12:21:34 +00:00 committed by GitHub
commit 2952857293
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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