feat(drupal): allow for disabling quality checks

For Commerce Kickstart, there are no custom modules so these checks will
fail in the CI pipeline.
This commit is contained in:
Oliver Davies 2023-10-18 20:38:53 +02:00
parent f58846ef20
commit 696aa5d617
3 changed files with 32 additions and 3 deletions

View file

@ -59,4 +59,6 @@ final class Config
#[Assert\NotBlank]
public ?string $projectRoot;
public array $php;
}