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:
commit
2952857293
1 changed files with 2 additions and 2 deletions
|
@ -11,11 +11,11 @@ sonar.organization=external-secrets
|
|||
#sonar.sourceEncoding=UTF-8
|
||||
|
||||
sonar.sources=.
|
||||
sonar.exclusions=**/*_test.go,**/vendor/**,**/testdata/*,e2e/**,apis/**
|
||||
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/**
|
||||
sonar.test.exclusions=**/vendor/**,**/*_test.go,e2e/**,apis/**,**/fake.go
|
||||
sonar.go.coverage.reportPaths=./cover.out
|
||||
# =====================================================
|
||||
# Meta-data for the project
|
||||
|
|
Loading…
Reference in a new issue