Skip to content

Commit 638dd44

Browse files
committed
Remove PHP Code Sniffer ignore_errors_on_exit and ignore_warnings_on_exit flags
1 parent 102978f commit 638dd44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"scripts": {
5555
"post-create-project-cmd": "composer update",
5656
"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",
57+
"style": "phpcs -p --standard=PSR2 src tests",
58+
"fix-style": "phpcbf -p --standard=PSR2 src tests",
5959
"phpunit": "phpunit --configuration phpunit.xml",
6060
"test": [
6161
"parallel-lint . --exclude vendor",

0 commit comments

Comments
 (0)