mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
23 lines
962 B
Properties
23 lines
962 B
Properties
sonar.projectKey=argoproj_argo-cd
|
|
sonar.organization=argoproj
|
|
|
|
# This is the name and version displayed in the SonarCloud UI.
|
|
sonar.projectName=argo-cd
|
|
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.host.url=https://sonarcloud.io
|
|
|
|
# Exclude following set of patterns from coverage analysis
|
|
sonar.coverage.exclusions=**/*.pb.go,**/*.pb.gw.go,**/mocks/**,**/*.ts*,**/vendor/**,**/openapi_generated.go,**/*_test.go,**/*_generated*,test/**,pkg/client/**,pkg/apiclient/**
|
|
|
|
# Exlcude following set of patterns from code analysis
|
|
sonar.go.exclusions=**/vendor/**,*/*.pb.go,**/*_test.go,**/*.pb.gw.go,**/mocks/**,**/openapi_generated.go,**/*_generated*.go
|
|
|
|
# Exclude following set of patterns from duplication detection
|
|
sonar.cpd.exclusions=**/*.pg.go,**/*.g.cs,**/*.gw.go,**/mocks/*
|