Skip to content

nicodocker91/phpcs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tools: PHP Code Sniffer

master develop
Pipelines build status build 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages