overtrue/phplint
PHPLint is a fast PHP syntax linter that runs multiple lint processes in parallel to speed up checking large codebases. Supports modern PHP versions, with easy installation via Composer, PHAR, Docker, or Phive, and configurable rules and paths.
code-quality:lint-php:
image: overtrue/phplint:latest
variables:
INPUT_PATH: "./"
INPUT_OPTIONS: "-c .phplint.yml"
script: echo '' #prevents ci yml parse error
How can I help you explore Laravel packages today?