diff --git a/sonar-project.properties b/sonar-project.properties new file mode 100644 index 0000000..9f9fc17 --- /dev/null +++ b/sonar-project.properties @@ -0,0 +1,7 @@ +sonar.projectKey=steadybit_event-kit +sonar.organization=steadybit + +sonar.sources=. +sonar.exclusions=**/*_test.go +sonar.tests=. +sonar.test.inclusions=**/*_test.go