Skip to content

fazni/docker-drupal-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Docker drupal-check

Usage

Basic

$ docker run --rm -v $(pwd):/data fazni/drupal-check:latest drupal-check -ad .

2680/6243 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░]  42%

------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------- 
  Line   workspaces/tests/src/Kernel/WorkspaceTestTrait.php (in context of class Drupal\Tests\workspaces\Kernel\EntityReferenceSupportedNewEntitiesConstraintValidatorTest)  
------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------- 
  33     Property Drupal\KernelTests\KernelTestBase::$container                                                                                                              
         (Drupal\Core\DependencyInjection\ContainerBuilder) does not accept                                                                                                  
         Symfony\Component\DependencyInjection\ContainerInterface.                                                                                                           
  34     Access to an undefined property                                                                                                                                     
         Drupal\Tests\workspaces\Kernel\EntityReferenceSupportedNewEntitiesCon                                                                                               
         straintValidatorTest::$entityTypeManager.                                                                                                                           
  63     Access to an undefined property                                                                                                                                     
         Drupal\Tests\workspaces\Kernel\EntityReferenceSupportedNewEntitiesCon                                                                                               
         straintValidatorTest::$entityTypeManager.                                                                                                                           
------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------- 

------ ---------------------------------------------------------------------------------------------------------------------------------- 
  Line   workspaces/tests/src/Kernel/WorkspaceTestTrait.php (in context of class Drupal\Tests\workspaces\Kernel\WorkspaceIntegrationTest)  
------ ---------------------------------------------------------------------------------------------------------------------------------- 
  33     Property Drupal\KernelTests\KernelTestBase::$container                                                                            
         (Drupal\Core\DependencyInjection\ContainerBuilder) does not accept                                                                
         Symfony\Component\DependencyInjection\ContainerInterface.                                                                         
------ ---------------------------------------------------------------------------------------------------------------------------------- 
 
[ERROR] Found 17663 errors

Custom modules

# Via command line
$  docker run --rm -v $(pwd):/data fazni/drupal-check:latest drupal-check -ad web/modules/custom
# docker-compose.yml
drupal_check:
  image: fazni/drupal-check:latest
  volumes:
    - .:/data

About

Docker drupal-check

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published