We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae67d2c commit b6b9bb9Copy full SHA for b6b9bb9
sonar-project.properties
@@ -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