Slim Docker Image for https://github.com/PHPCSStandards/PHP_CodeSniffer
557
PHP CodeSniffer Image based on https://github.com/PHPCSStandards/PHP_CodeSniffer
To run the tool on your local working directory for all PHP files under custom/static-plugins do:
docker run -v $PWD:/workdir --workdir /workdir --rm -it bestit/qa-phpcs:3.9.2 -d memory_limit=1G --standard=psr12 ./custom/static-plugins
The build is using a docker multi stage build. To release a new version the following steps are required:
tool_version in Dockerfile (amd64) and Dockerfile.arm64v8 (arm64v8)multi-arch-manifest.yaml for both platforms.Content type
Image
Digest
sha256:1ccc56ba1…
Size
34.5 MB
Last updated
over 1 year ago
docker pull bestit/qa-phpcs:3.12.2