We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ignore_errors_on_exit
ignore_warnings_on_exit
1 parent 102978f commit 638dd44Copy full SHA for 638dd44
1 file changed
composer.json
@@ -54,8 +54,8 @@
54
"scripts": {
55
"post-create-project-cmd": "composer update",
56
"lint": "parallel-lint . --exclude vendor",
57
- "style": "phpcs -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests",
58
- "fix-style": "phpcbf -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests",
+ "style": "phpcs -p --standard=PSR2 src tests",
+ "fix-style": "phpcbf -p --standard=PSR2 src tests",
59
"phpunit": "phpunit --configuration phpunit.xml",
60
"test": [
61
"parallel-lint . --exclude vendor",
0 commit comments