-
-
Notifications
You must be signed in to change notification settings - Fork 116
/
sonar-project.properties
24 lines (17 loc) · 1 KB
/
sonar-project.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
sonar.projectKey=plgd-dev_go-coap
sonar.organization=plgd-dev
# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=hub
#sonar.projectVersion=1.0
#sonar.log.level=DEBUG
#sonar.verbose=true
sonar.python.version=3.8
sonar.sources=.
sonar.exclusions=**/*_test.go,**/*.pb.go,**/*.pb.gw.go,**/options.go,**/main.go,v3/**
sonar.tests=.
sonar.test.inclusions=**/*_test.go
sonar.test.exclusions=
#wildcard do not work for tests.reportPaths
#sonar.go.tests.reportPaths=.tmp/report/certificate-authority.report.json,.tmp/report/cloud2cloud-connector.report.json,.tmp/report/cloud2cloud-gateway.report.json,.tmp/report/coap-gateway.report.json,.tmp/report/grpc-gateway.report.json,.tmp/report/http-gateway.report.json,.tmp/report/identity-store.report.json,.tmp/report/resource-aggregate.report.json,.tmp/report/resource-directory.report.json
sonar.go.coverage.reportPaths=.tmp/coverage/*.coverage.txt
sonar.coverage.exclusions=examples/**,**/main.go,**/*.pb.go,**/*.pb.gw.go,**/*.js,**/*.py,**/*_test.go