Run php lint in parallel

[MAILPOET-2090]
This commit is contained in:
Pavel Dohnal
2019-05-20 09:50:46 +02:00
committed by M. Shull
parent f61eec3d6c
commit 99817cf5a4
4 changed files with 140 additions and 33 deletions

View File

@@ -313,7 +313,7 @@ class RoboFile extends \Robo\Tasks {
}
function qaLint() {
return $this->_exec('./tasks/php_lint.sh lib/ tests/ mailpoet.php');
return $this->_exec('vendor/bin/parallel-lint lib/ tests/ mailpoet.php');
}
function qaLintJavascript() {