mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 23:14:38 +01:00
Static thread count for psalm
This commit is contained in:
parent
62fc24bc1d
commit
dc35c8b755
@ -116,7 +116,7 @@
|
|||||||
"test-php7": "tests/test-conversion.sh 70",
|
"test-php7": "tests/test-conversion.sh 70",
|
||||||
"test-php56": "tests/test-conversion.sh 5",
|
"test-php56": "tests/test-conversion.sh 5",
|
||||||
"cs-fix": "PHP_CS_FIXER_IGNORE_ENV=1 php -d pcre.jit=0 vendor/bin/php-cs-fixer fix -v",
|
"cs-fix": "PHP_CS_FIXER_IGNORE_ENV=1 php -d pcre.jit=0 vendor/bin/php-cs-fixer fix -v",
|
||||||
"psalm": "psalm --no-cache --threads=$(nproc)",
|
"psalm": "psalm --no-cache --threads=10",
|
||||||
"docs": "php tools/build_docs.php",
|
"docs": "php tools/build_docs.php",
|
||||||
"docs-fix": "tools/fix_docs.sh",
|
"docs-fix": "tools/fix_docs.sh",
|
||||||
"test": "@php -dzend.assertions=1 -dassert.exception=1 ./vendor/bin/phpunit --coverage-text",
|
"test": "@php -dzend.assertions=1 -dassert.exception=1 ./vendor/bin/phpunit --coverage-text",
|
||||||
|
Loading…
Reference in New Issue
Block a user