Lint and fix PHP files using phpcs and php-cs-fixer
10K+
This container is aimed at providing the ability to fix and lint PHP code via Docker. The primary goal was to provide a way to lint and fix code in a Dockerized CI pipeline. The container provides phpcs and php-cs-fixer.
docker pull sixlive/php-lint-fix
docker run -it --rm -v `pwd`:/app sixlive/php-lint-fix php-cs-fixer
docker run -it --rm -v `pwd`:/app sixlive/php-lint-fix phpcs
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
Content type
Image
Digest
Size
26.3 MB
Last updated
over 9 years ago
docker pull sixlive/php-lint-fix