Skip to content
/ phpqa Public
forked from lucacracco/phpqa

Docker PHP Quality Tools for Drupal8/Symfony project.

Notifications You must be signed in to change notification settings

LemToUp/phpqa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker PHP Quality Tools for Drupal8/Symfony 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

phpqa with custom configurations example for Drupal8

docker run --rm -u $UID -v $PWD:/app lucacracco/phpqa-drupal phpqa --config=/phpqa/drupal8

An example configuration files will found in example-config.

cloc

docker run --rm -u $UID -v $PWD:/app lucacracco/phpqa-drupal cloc web/modules/custom

About

Docker PHP Quality Tools for Drupal8/Symfony project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 67.3%
  • Makefile 32.7%