add code quality makefile action

This commit is contained in:
Simon Vieille 2022-08-21 16:20:05 +02:00
parent 13f535250a
commit e802e05888
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -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