From e56b9725c3258a42b49714b2bf136d0fcf02e21a Mon Sep 17 00:00:00 2001 From: Mike Bronner Date: Wed, 16 Apr 2014 14:08:16 -0700 Subject: [PATCH] Added example. --- Php-parallel-lint-plugin.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Php-parallel-lint-plugin.md b/Php-parallel-lint-plugin.md index 6f16c98..b118454 100644 --- a/Php-parallel-lint-plugin.md +++ b/Php-parallel-lint-plugin.md @@ -1 +1,11 @@ -Similar to the [standard PHP Lint plugin](https://github.com/Block8/PHPCI/wiki/Lint-plugin), except that it uses the [PHP Parallel Lint](https://github.com/JakubOnderka/PHP-Parallel-Lint) project to run. \ No newline at end of file +Similar to the [standard PHP Lint plugin](https://github.com/Block8/PHPCI/wiki/Lint-plugin), except that it uses the [PHP Parallel Lint](https://github.com/JakubOnderka/PHP-Parallel-Lint) project to run. + +###Example: + +``` +test: + php_parallel_lint: + directories: + - "app" + - "public" +```