From 5872243719bbfff89daa1159e539735493989c2e Mon Sep 17 00:00:00 2001 From: Krzysztof Grabania Date: Wed, 17 Apr 2024 16:01:50 +0200 Subject: [PATCH] chore: speed-up lint jobs --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index bf5d6368..956951ef 100644 --- a/composer.json +++ b/composer.json @@ -63,9 +63,9 @@ } }, "scripts": { - "phpcbf": "phpcbf", - "phpcs": "phpcs", - "phplint": "parallel-lint --exclude node_modules --exclude vendor --exclude vendor-bin .", + "phpcbf": "phpcbf --parallel=4", + "phpcs": "phpcs --parallel=4", + "phplint": "parallel-lint --exclude node_modules --exclude vendor .", "phpstan": "phpstan analyze --memory-limit=-1", "prefix-namespaces": [ "strauss",