1
0
Fork 0
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:
Lucas Severo Alves 2021-09-28 17:54:10 +02:00 committed by GitHub
parent 8f12f8e8a2
commit 759c5de9f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/