8 Php parallel lint plugin
Mike Bronner edited this page 2015-04-01 20:48:38 -07:00

Similar to the standard PHP Lint plugin, except that it uses the PHP Parallel Lint project to run.

Configuration

Options

  • directory [string, optional] - directory to inspect (default: build root)
  • ignore [array, optional] - directory to ignore (default: inherits ignores specified in setup)

Example

test:
  php_parallel_lint:
    directory: "app"
    ignore:
      - "vendor"
      - "test"