diff --git a/Makefile b/Makefile index 395310b..4e2a319 100644 --- a/Makefile +++ b/Makefile @@ -6,8 +6,3 @@ all: clean: rm build/* 2>/dev/null || true - -.ONESHELL: -run-code-quality-analysis: - export SONAR_TOKEN="$$SONAR_TOKEN_DEBLAN_I3_BLOCKS_GO" - sonar-scanner -Dsonar.projectKey=deblan-i3-blocks-go -Dsonar.sources=. -Dsonar.host.url="$$SONAR_SERVER"