Files
Reloader/sonar-project.properties
2024-07-18 15:05:05 +02:00

9 lines
174 B
INI

sonar.projectKey=Reloader
sonar.sources=.
sonar.exclusions=**/*_test.go
sonar.language=go
sonar.tests=.
sonar.test.inclusions=**/*_test.go
sonar.analysisCache.enabled=false