github.com/argoproj/argo-cd@v1.8.7/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  # Encoding of the source code. Default is default system encoding
    12  sonar.sourceEncoding=UTF-8
    13  
    14  sonar.host.url=https://sonarcloud.io
    15  
    16  # Exclude following set of patterns from coverage analysis
    17  sonar.coverage.exclusions=**/*.pb.go,**/*.pb.gw.go,**/mocks/**,**/*.ts*,**/vendor/**,**/openapi_generated.go,**/*_test.go,**/*_generated*,test/**,pkg/client/**,pkg/apiclient/**
    18  
    19  # Exclude following set of patterns from code analysis
    20  sonar.go.exclusions=**/vendor/**,*/*.pb.go,**/*_test.go,**/*.pb.gw.go,**/mocks/**,**/openapi_generated.go,**/*_generated*.go
    21  
    22  # Exclude following set of patterns from duplication detection
    23  sonar.cpd.exclusions=**/*.pb.go,**/*.g.cs,**/*.gw.go,**/mocks/*