Loading composer.json +2 −2 Original line number Diff line number Diff line Loading @@ -114,8 +114,8 @@ "Drupal\\Composer\\Composer::generateComponentPackages" ], "phpcs": "phpcs --standard=core/phpcs.xml.dist --", "phpcbf": "phpcbf --standard=core/phpcs.xml.dist --" "phpcs": "phpcs --standard=core/phpcs.xml.dist --parallel=$(nproc) --", "phpcbf": "phpcbf --standard=core/phpcs.xml.dist --parallel=$(nproc) --" }, "repositories": [ { Loading core/scripts/dev/commit-code-check.sh +1 −1 Original line number Diff line number Diff line Loading @@ -242,7 +242,7 @@ # When the file core/phpcs.xml.dist has been changed, then PHPCS must check all files. if [[ $PHPCS_XML_DIST_FILE_CHANGED == "1" ]]; then # Test all files with phpcs rules. vendor/bin/phpcs -ps --standard="$TOP_LEVEL/core/phpcs.xml.dist" vendor/bin/phpcs -ps --parallel=$(nproc) --standard="$TOP_LEVEL/core/phpcs.xml.dist" PHPCS=$? if [ "$PHPCS" -ne "0" ]; then # If there are failures set the status to a number other than 0. Loading Loading
composer.json +2 −2 Original line number Diff line number Diff line Loading @@ -114,8 +114,8 @@ "Drupal\\Composer\\Composer::generateComponentPackages" ], "phpcs": "phpcs --standard=core/phpcs.xml.dist --", "phpcbf": "phpcbf --standard=core/phpcs.xml.dist --" "phpcs": "phpcs --standard=core/phpcs.xml.dist --parallel=$(nproc) --", "phpcbf": "phpcbf --standard=core/phpcs.xml.dist --parallel=$(nproc) --" }, "repositories": [ { Loading
core/scripts/dev/commit-code-check.sh +1 −1 Original line number Diff line number Diff line Loading @@ -242,7 +242,7 @@ # When the file core/phpcs.xml.dist has been changed, then PHPCS must check all files. if [[ $PHPCS_XML_DIST_FILE_CHANGED == "1" ]]; then # Test all files with phpcs rules. vendor/bin/phpcs -ps --standard="$TOP_LEVEL/core/phpcs.xml.dist" vendor/bin/phpcs -ps --parallel=$(nproc) --standard="$TOP_LEVEL/core/phpcs.xml.dist" PHPCS=$? if [ "$PHPCS" -ne "0" ]; then # If there are failures set the status to a number other than 0. Loading