mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-06 11:25:33 +01:00
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:
parent
f58846ef20
commit
696aa5d617
3 changed files with 32 additions and 3 deletions
|
@ -59,4 +59,6 @@ final class Config
|
|||
|
||||
#[Assert\NotBlank]
|
||||
public ?string $projectRoot;
|
||||
|
||||
public array $php;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue