add code quality runner

This commit is contained in:
Simon Vieille 2022-08-22 00:03:57 +02:00
parent 0e08a84842
commit e1626e73f7
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -6,3 +6,8 @@ tool-gofumpt:
fmt: tool-gofumpt
gofumpt -w --extra .
.ONESHELL:
run-code-quality-analysis:
export SONAR_TOKEN="$$SONAR_TOKEN_DEBLAN_MU_GO"
sonar-scanner -Dsonar.projectKey=deblan-mu-go -Dsonar.sources=. -Dsonar.host.url="$$SONAR_SERVER"