Add SonarQube

This commit is contained in:
2022-08-13 20:10:51 +01:00
parent c4de2f6025
commit 1037d6cd0a
2 changed files with 38 additions and 0 deletions

6
sonar-project.properties Normal file
View File

@@ -0,0 +1,6 @@
sonar.projectKey=luketainton_iPilot_AYKYmHI397IDIMpeRtF7
sonar.sources=.
sonar.exclusions=,.github/**,.gitignore,CODEOWNERS,CHANGELOG.md,LICENSE.md,README.md,renovate.json,**/*_test.go
sonar.tests=.
sonar.test.inclusions=**/*_test.go
sonar.go.golangci-lint.reportPaths=report.xml