From 152f0d59373dde934e11f1a7077bd51f19e02d8b Mon Sep 17 00:00:00 2001 From: Daniel Reuter Date: Fri, 13 Oct 2023 10:39:07 +0200 Subject: [PATCH] feat: sonar settings --- sonar-project.properties | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sonar-project.properties 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