-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsonar-project.properties
31 lines (24 loc) · 1.06 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
25
26
27
28
29
30
31
# =====================================================
# Standard properties
# =====================================================
sonar.projectKey=asphaltbuffet_elf
sonar.projectName=Elf
sonar.organization=asphaltbuffet
sonar.sources=.
sonar.exclusions=**/*_test.go,**/vendor/**,**/testdata/**,**/mocks/**
sonar.tests=.
sonar.test.inclusions=**/*_test.go
sonar.test.exclusions=**/vendor/**
# =====================================================
# Meta-data for the project
# =====================================================
# sonar.links.homepage=https://github.com/SonarSource/sonarcloud_example_go-sqscanner-travis
sonar.links.issue=https://github.com/asphaltbuffet/elf/issues
# =====================================================
# Properties specific to Go
# =====================================================
# sonar.go.golangci-lint.reportPaths=bin/golangci-lint-report.out
#sonar.go.govet.reportPaths=govet-report.out
#sonar.go.golint.reportPaths=golint-report.out
# sonar.go.tests.reportPaths=report.json
sonar.go.coverage.reportPaths=bin/coverage.out