Skip to content

Commit

Permalink
Merge pull request stolostron#325 from zhiweiyin318/add-sonar
Browse files Browse the repository at this point in the history
add sonar properties
  • Loading branch information
openshift-merge-robot authored Apr 14, 2021
2 parents 21cf42e + 612904a commit 8b0c93a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
sonar.projectKey=open-cluster-management_multicloud-operators-foundation
sonar.projectName=multicloud-operators-foundation
sonar.sources=.
sonar.exclusions=**/*_test.go,**/*_generated*.go,**/*_generated/**,**/vendor/**,**/test/**,**/cmd/**,**/pkg/apis/**
sonar.tests=.
sonar.test.inclusions=**/*_test.go
sonar.test.exclusions=**/*_generated*.go,**/*_generated/**,**/vendor/**
sonar.go.tests.reportPaths=report.json
sonar.go.coverage.reportPaths=coverage.out
sonar.externalIssuesReportPaths=gosec.json

0 comments on commit 8b0c93a

Please sign in to comment.