Docker PHP Quality Tools for Drupal8 project.
Docker image for running:
Examples
phpqa
docker run --rm -u $UID -v $PWD:/app lucacracco/phpqa-drupal phpqa --report --ignoredDirs vendor,node_modules --analyzedDirs web/modules/custom
phpqa with custom configurations
docker run --rm -u $UID -v $PWD:/app lucacracco/phpqa-drupal phpqa --config=folder/with/configurations
An example configuration files will found in default-config.
cloc
docker run --rm -u $UID -v $PWD:/app lucacracco/phpqa-drupal cloc web/modules/custom