[TOOLS] Add doc-check target to Makefile

This commit is contained in:
Hugo Sales 2021-10-21 14:44:21 +01:00 committed by Diogo Peralta Cordeiro
parent dff5647b97
commit 769b901060
Signed by: diogo
GPG Key ID: 18D2D35001FBFAB0
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@ tooling-docker: .PHONY
test: tooling-docker
docker exec $(call translate-container-name,tooling_php_1) /var/tooling/coverage.sh
doc-check:
bin/php-doc-check src components plugins
phpstan: tooling-docker
docker exec $(call translate-container-name,tooling_php_1) /var/tooling/phpstan.sh