added sonar props file (#712)

This commit is contained in:
zoha-jamil
2024-07-18 15:05:05 +02:00
committed by GitHub
parent ae67d2cd40
commit b6b9bb97e7
+8
View File
@@ -0,0 +1,8 @@
sonar.projectKey=Reloader
sonar.sources=.
sonar.exclusions=**/*_test.go
sonar.language=go
sonar.tests=.
sonar.test.inclusions=**/*_test.go
sonar.analysisCache.enabled=false