mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Do not stop ddev:lint on warning
This commit is contained in:
parent
a397d7d9fa
commit
2b71d84e3c
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@
|
|||
"ddev:pw-tests": "ddev yarn playwright test",
|
||||
"ddev:test": "yarn run ddev:unit-tests && yarn run ddev:e2e-tests && yarn run ddev:pw-tests",
|
||||
"ddev:lint": "yarn ddev:phpcs && yarn ddev:psalm",
|
||||
"ddev:phpcs": "ddev exec phpcs --parallel=8 -s",
|
||||
"ddev:phpcs": "ddev exec phpcs --parallel=8 -s --runtime-set ignore_warnings_on_exit 1",
|
||||
"ddev:psalm": "ddev exec psalm --show-info=false --threads=8 --diff",
|
||||
"ddev:fix-lint": "ddev exec phpcbf",
|
||||
"ddev:xdebug-on": "ddev xdebug",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue