forked from 0xPolygon/zkevm-data-streamer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsonar-project.properties
29 lines (22 loc) · 992 Bytes
/
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
25
26
27
28
29
# =====================================================
# Standard properties
# =====================================================
sonar.projectKey=0xPolygon_zkevm-data-streamer
sonar.projectName=zkevm-data-streamer
sonar.organization=0xpolygon
sonar.sources=.
sonar.exclusions=**/*_test.go
sonar.tests=.
sonar.test.inclusions=**/*_test.go
sonar.issue.enforceSemantic=true
# =====================================================
# Meta-data for the project
# =====================================================
sonar.links.homepage=https://github.com/0xPolygon/zkevm-data-streamer
sonar.links.ci=https://github.com/0xPolygon/zkevm-data-streamer/actions
sonar.links.scm=https://github.com/0xPolygon/zkevm-data-streamer
sonar.links.issue=https://github.com/0xPolygon/zkevm-data-streamer/issues
# =====================================================
# Properties specific to Go
# =====================================================
sonar.go.coverage.reportPaths=coverage.out