Skip to content

Commit b6b9bb9

Browse files
authored
added sonar props file (#712)
1 parent ae67d2c commit b6b9bb9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

sonar-project.properties

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
sonar.projectKey=Reloader
2+
sonar.sources=.
3+
sonar.exclusions=**/*_test.go
4+
sonar.language=go
5+
6+
sonar.tests=.
7+
sonar.test.inclusions=**/*_test.go
8+
sonar.analysisCache.enabled=false

0 commit comments

Comments
 (0)