Docker Images that allows you to run the tool PHP Lint (php -l) in your project.
10K+
To launch the PHP Lint into the container, run:
docker run --rm --user $(id -u):$(id -g) --volume $(pwd):/data/www nicodocker91/phplint --lint ${ROOT_FOLDER}
The only volume available to mount is /data.
The entrypoint is /data/www.
Run the following command to read all options available:
docker run --rm nicodocker91/phplint --help
Content type
Image
Digest
Size
31.5 MB
Last updated
about 8 years ago
docker pull nicodocker91/phplint