forked from AdamRussak/k8f
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsonar-project.properties
More file actions
21 lines (20 loc) · 874 Bytes
/
sonar-project.properties
File metadata and controls
21 lines (20 loc) · 874 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# =====================================================
# Standard properties
# =====================================================
sonar.projectKey=AdamRussak_k8f_AYi6D0uVa-POq_Tc4jQY
sonar.sources=.
sonar.exclusions=**/*_test.go
sonar.tests=.
sonar.test.inclusions=**/*_test.go
# =====================================================
# Meta-data for the project
# =====================================================
sonar.links.homepage=https://github.com/AdamRussak/k8f
sonar.links.scm=https://github.com/AdamRussak/k8f
sonar.links.issue=https://github.com/AdamRussak/k8f/issues
# =====================================================
# Properties specific to Go
# =====================================================
# sonar.go.gometalinter.reportPaths=gometalinter-report.out
sonar.go.tests.reportPaths=report.json
sonar.go.coverage.reportPaths=coverage.out