mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-27 16:36:00 +00:00
Add phpstan-baseline target in Makefile
This commit is contained in:
parent
63dc69d70f
commit
31e1be4191
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue