A minimal phpcs image useful for linting PHP files.
10K+
A minimal phpcs image useful for linting PHP files.
This image supports linting for WordPress Core Standards, PHP Compatibility, and any library provided by phpcs including PSR-2.
docker run --rm -v `pwd`:/workspace wpengine/phpcs /workspace --standard=PHPCompatibility --runtime-set testVersion 7.2-
docker run --rm -v `pwd`:/workspace wpengine/phpcs /workspace --standard=WordPress
docker run --rm -v `pwd`:/workspace wpengine/phpcs /workspace --standard=PSR2
docker run --rm -v `pwd`:/workspace wpengine/phpcs /workspace --standard=./phpcs.xml
Automatically fix some sniff violations:
docker run --rm -v `pwd`:/workspace --entrypoint "/composer/vendor/bin/phpcbf" wpengine/phpcs /workspace --standard=PSR2
Content type
Image
Digest
Size
181.8 MB
Last updated
about 6 years ago
docker pull wpengine/phpcs