This is an image to run the PHP CodeSniffer Tools.
Run the phpcs image:
docker run \
--rm \
--volume "$(pwd)":/app \
finalgene/phpcsRun the phpcbf command in the phpcs image:
docker run \
--rm \
--volume "$(pwd)":/app \
finalgene/phpcs phpcbfUse 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