Skip to content

Commit 8c66b3e

Browse files
authored
sonar: Add Sonar config (#21)
1 parent 377d964 commit 8c66b3e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

sonar-project.properties

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
sonar.organization=danger
2+
sonar.projectKey=danger_golang
3+
sonar.projectName=golang
4+
sonar.links.scm=https://github.com/danger/golang
5+
sonar.sources=.
6+
sonar.exclusions=**/*_test.go, **/*pb.go, _examples/**/*
7+
sonar.go.coverage.reportPaths=coverage.out
8+
sonar.go.tests.reportPaths=sonar-report.json
9+
sonar.tests=.
10+
sonar.test.inclusions=**/*_test.go
11+
sonar.test.exclusions=**/*pb.go, _examples/**/*

0 commit comments

Comments
 (0)