diff --git a/Makefile b/Makefile index 4c8cdd4..1639f5c 100644 --- a/Makefile +++ b/Makefile @@ -26,3 +26,8 @@ release: npm-build translations translations: php bin/generate_l10n.php + +.ONESHELL: +run-code-quality-analysis: + export SONAR_TOKEN="$$SONAR_TOKEN_DEBLAN_SIDE_MENU" + sonar-scanner -Dsonar.projectKey=deblan-side_menu -Dsonar.sources=. -Dsonar.host.url=https://cq.gitnet.fr