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
|
||||
@$(PHP_NO_XDEBUG) bin/phpstan analyse
|
||||
|
||||
phpstan-baseline: ## Generate PHPStan baseline
|
||||
@$(PHP_NO_XDEBUG) bin/phpstan analyse --generate-baseline
|
||||
|
||||
lint-js: ## Run ESLint
|
||||
@$(YARN) lint:js
|
||||
|
||||
|
||||
Reference in New Issue
Block a user