Sign inSign up

nicodocker91/phpcs

By nicodocker91

•Updated about 8 years ago

Docker Images that allows you to run the tool PHPCodeSniffer in your project.

Image
0

9.2K

nicodocker91/phpcs repository overview

⁠Tools: PHP Code Sniffer

masterdevelop
Pipelinesbuild statusbuild status

Contains the image of what Aareon is using to run PHP Code Sniffer tool on its projects.

⁠Usage

To launch the PHP Code Sniffer into the container, run:

docker run --rm --user $(id -u):$(id -g) --volume $(pwd):/data/www hub.aareonit.fr:5000/preprod/qa:phpcs <options> ${ROOT_FOLDER}

⁠Volumes

The only volume available to mount is /data.

The entrypoint is /data/www.

⁠Options

Run the following command to read all options available:

docker run --rm --user $(id -u):$(id -g) --volume $(pwd):/data/www hub.aareonit.fr:5000/preprod/qa:phpcs --help

Tag summary

Content type

Image

Digest

Size

31.9 MB

Last updated

about 8 years ago

docker pull nicodocker91/phpcs