finalgene/phpcs
PHPCS for CI
2.5K
This is a image to run the PHP CodeSniffer Tools.
Run the phpcs
image:
docker run \
--rm \
--volume "$(pwd)":/app \
finalgene/phpcs
Run the phpcbf
command in the phpcs
image:
docker run \
--rm \
--volume "$(pwd)":/app \
finalgene/phpcs phpcbf
Use the PHP Coding Standard Generator to create a configuration file for your project.
Where to get help:the Docker Community Forums, the Docker Community Slack, or Stack Overflow
Where to file issues:https://github.com/finalgene/docker-hub-phpcs/issues
Maintained by:The final gene Team
Source of this description:Repository README.md
docker pull finalgene/phpcs