mirror of
https://github.com/stakater/Reloader.git
synced 2026-02-14 09:59:50 +00:00
9 lines
174 B
INI
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
|