wunderio / ddev-drupal

Work in progress of template for DDEV Drupal projects
0 stars 0 forks source link

Expose phpcs to be able to used by IDE #30

Open hkirsman opened 1 month ago

hkirsman commented 1 month ago

IDE's have feature to use phpcs and possibly other scanners directly in IDE. For this we'd need path to point to phpcs. In our case phpcs is ran inside DDEV, so we'd need wrapper script to solve this.

hkirsman commented 1 month ago

It failed to run in vscode