webksde / ddev-vscode-devcontainer-drupal-template

Drupal DDEV based development container with attached Visual Studio Code
23 stars 3 forks source link

Create a ./core/scripts/dev/commit-code-check.sh ddev command #116

Open joshsedl opened 1 year ago

joshsedl commented 1 year ago

The "commit-code-check.sh" script is internally used by jenkins and bundles all drupal related linting actions.

It would be really nice to implement this in our ddev environment, but unfortunately this isn't possible, as it currently requires a git folder to be present inside the drupal directory.

So I will set this to postponed for now.