Files
kalorienmanager/sonar-project.properties
T
Thomas Peetz 5c6e8e65d4 Add Sonar scan
2019-09-23 09:38:57 +02:00

18 lines
490 B
Properties

sonar.projectKey=kalorienmanager
sonar.projectName='Kalorien Manager'
sonar.host.url=https://sonar.ingenieurbuero-peetz.de
sonar.login=ed0634e05811fb2b1cdd0f16b0a924f943623520
sonar.sources=.
sonar.exclusions=**/*_test.go,docs/**
sonar.tests=.
sonar.test.inclusions=**/*_test.go
sonar.test.exclusions=docs/**
sonar.go.tests.reportPaths=test-report.out
sonar.go.coverage.reportPaths=coverage.out
sonar.go.govet.reportPaths=govet-report.out
sonar.go.golint.reportPaths=golint-report.out