From 878fbde6c49a88f9298aeb76653ce4218772b208 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Tue, 27 Feb 2018 10:31:24 +0100 Subject: [PATCH] :wrench: PHPCS: speed up by checking files in parallel This uses a new feature which is available since PHPCS 3.x. The effect will depend on the system on which PHPCS is being run, but if parallel processing can be run, the build should be faster using this option. --- phpcs.xml.dist | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 8e9ed7b8..bc7a1eec 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -25,6 +25,9 @@ + + +