bundled container that will lint and patch your code
included linters and fixers:
rector php-cs-fixer phpstan phpinsights markdownlint eslint prettier
Usage:
Build container
docker build -t quality-tool .
then run it:
docker run -it -v $PWD:/analyze quality-tool <tool> <optional-parameters>
i.e.
docker run -it -v $PWD:/analyze quality-tool php-cs-fixer ./app