-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsonar-project.properties
More file actions
31 lines (24 loc) · 1017 Bytes
/
sonar-project.properties
File metadata and controls
31 lines (24 loc) · 1017 Bytes
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
30
31
# =====================================================
# Standard properties
# =====================================================
sonar.organization=krpn-github
sonar.projectKey=krpn_stable
sonar.projectName=stable
sonar.projectVersion=1.0
sonar.sources=.
sonar.exclusions=*_test.go
sonar.tests=.
sonar.test.inclusions=*_test.go,package.go
# =====================================================
# Meta-data for the project
# =====================================================
sonar.links.homepage=https://github.com/krpn/stable
sonar.links.ci=https://github.com/krpn/stable/actions
sonar.links.scm=https://github.com/krpn/stable
sonar.links.issue=https://github.com/krpn/stable/issues
# =====================================================
# Properties specific to Go
# =====================================================
sonar.go.golangci-lint.reportPaths=artifacts/golangci-lint-report.out
sonar.go.tests.reportPaths=artifacts/report.json
sonar.go.coverage.reportPaths=artifacts/coverage.out