Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 556 Bytes

php_parallel_lint.md

File metadata and controls

24 lines (18 loc) · 556 Bytes

Plugin PHP Parallel Lint

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)

Examples

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