added sonar props file (#712)

This commit is contained in:
zoha-jamil
2024-07-18 17:05:05 +04:00
committed by GitHub
parent ae67d2cd40
commit b6b9bb97e7

8
sonar-project.properties Normal file
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