From e802e05888ffe9f74314d6c313aa94ab3e0a3267 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 21 Aug 2022 16:20:05 +0200 Subject: [PATCH] add code quality makefile action --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) 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