github.com/argoproj/argo-cd/v2@v2.10.9/sonar-project.properties (about) 1 sonar.projectKey=argoproj_argo-cd 2 sonar.organization=argoproj 3 4 # This is the name and version displayed in the SonarCloud UI. 5 sonar.projectName=argo-cd 6 sonar.projectVersion=1.0 7 8 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. 9 sonar.sources=. 10 11 sonar.exclusions=docs/** 12 13 # Encoding of the source code. Default is default system encoding 14 sonar.sourceEncoding=UTF-8 15 16 sonar.host.url=https://sonarcloud.io 17 18 # Exclude following set of patterns from coverage analysis 19 sonar.coverage.exclusions=**/*.pb.go,**/*.pb.gw.go,**/mocks/**,**/*.ts*,**/vendor/**,**/openapi_generated.go,**/*_test.go,**/*_generated*,test/**,pkg/client/**,pkg/apiclient/**,docs/** 20 21 # Exclude following set of patterns from code analysis 22 sonar.go.exclusions=**/vendor/**,*/*.pb.go,**/*_test.go,**/*.pb.gw.go,**/mocks/**,**/openapi_generated.go,**/*_generated*.go,docs/** 23 24 # Exclude following set of patterns from duplication detection 25 sonar.cpd.exclusions=**/*.pb.go,**/*.g.cs,**/*.gw.go,**/mocks/*,docs/**