diff --git a/Makefile b/Makefile index c0b8d69..a35c091 100644 --- a/Makefile +++ b/Makefile @@ -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"