mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
Update sonar-project.properties
This commit is contained in:
parent
8f12f8e8a2
commit
759c5de9f3
1 changed files with 5 additions and 5 deletions
|
@ -10,10 +10,10 @@ sonar.organization=external-secrets
|
|||
# Encoding of the source code. Default is default system encoding
|
||||
#sonar.sourceEncoding=UTF-8
|
||||
|
||||
sonar.sources=./apis
|
||||
sonar.exclusions=**/*_test.go,**/vendor/**
|
||||
|
||||
sonar.tests=./apis
|
||||
sonar.sources=.
|
||||
sonar.exclusions=**/*_test.go,**/vendor/**,**/testdata/*
|
||||
|
||||
sonar.tests=.
|
||||
sonar.test.inclusions=**/*_test.go
|
||||
sonar.test.exclusions=**/vendor/**
|
||||
sonar.go.coverage.reportPaths=./cover.out
|
||||
|
@ -21,4 +21,4 @@ sonar.go.coverage.reportPaths=./cover.out
|
|||
# Meta-data for the project
|
||||
# =====================================================
|
||||
|
||||
sonar.links.homepage=https://github.com/external-secrets/external-secrets/
|
||||
sonar.links.homepage=https://github.com/external-secrets/external-secrets/
|
||||
|
|
Loading…
Reference in a new issue