added sonarqube for static code analysis
All checks were successful
Tests / Run Go Tests (push) Successful in 1m25s

This commit is contained in:
2025-10-07 14:54:24 +02:00
parent 75929e3b7d
commit 18046bbe18
2 changed files with 10 additions and 2 deletions

View File

@@ -1,8 +0,0 @@
sonar.projectKey=Arbeitszeitmessung
sonar.sources=.
sonar.exclusions=**/*_test.go
sonar.tests=.
sonar.test.inclusions=**/*_test.go
sonar.go.tests.reportPaths=.test/report.json
sonar.go.coverage.reportPaths=.test/coverage.out