added sonarqube for static code analysis
All checks were successful
Tests / Run Go Tests (push) Successful in 1m25s
All checks were successful
Tests / Run Go Tests (push) Successful in 1m25s
This commit is contained in:
8
sonar-project.properties
Normal file
8
sonar-project.properties
Normal file
@@ -0,0 +1,8 @@
|
||||
sonar.projectKey=Arbeitszeitmessung
|
||||
sonar.sources=.
|
||||
sonar.exclusions=**/*_test.go
|
||||
|
||||
sonar.tests=.
|
||||
sonar.test.inclusions=**/*_test.go
|
||||
sonar.go.tests.reportPaths=Backned/.test/report.json
|
||||
sonar.go.coverage.reportPaths=Backned/.test/coverage.out
|
||||
Reference in New Issue
Block a user