Skip to content
This repository was archived by the owner on Sep 25, 2021. It is now read-only.

dcycle/docker-drupal-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI

This project is no longer maintained and has been replaced by http://github.com/dcycle/docker-phpstan-drupal

Notes

Check Drupal code with Drupal Check.

For example:

docker run --rm \
  -v $(pwd)/examples/passing_module:/var/www/html/modules/passing_module \
  dcycle/drupal-check:1 passing_module
docker run --rm \
  -v $(pwd)/examples/failing_module:/var/www/html/modules/failing_module \
  dcycle/drupal-check:1 failing_module

See this project on the Docker Hub.

About

Check Drupal code with Drupal-Check

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published