php-censor/docs/en/plugins/php_parallel_lint.md
2017-07-18 20:54:24 +07:00

556 B

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"