forked from wallabag/wallabag
Add phpstan-baseline target in Makefile
This commit is contained in:
@ -52,6 +52,9 @@ fix-cs: ## Run PHP-CS-Fixer
|
|||||||
phpstan: ## Run PHPStan
|
phpstan: ## Run PHPStan
|
||||||
@$(PHP_NO_XDEBUG) bin/phpstan analyse
|
@$(PHP_NO_XDEBUG) bin/phpstan analyse
|
||||||
|
|
||||||
|
phpstan-baseline: ## Generate PHPStan baseline
|
||||||
|
@$(PHP_NO_XDEBUG) bin/phpstan analyse --generate-baseline
|
||||||
|
|
||||||
lint-js: ## Run ESLint
|
lint-js: ## Run ESLint
|
||||||
@$(YARN) lint:js
|
@$(YARN) lint:js
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user