webksde / ddev-vscode-devcontainer-drupal-template

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

Cannot access CodeSniffer.conf #101

Closed RAFA3L closed 2 years ago

RAFA3L commented 2 years ago

Hello,

I don't know why, but the command ddev drowl-init stop here

chmod: cannot access 'vendor/squizlabs/php_codesniffer/CodeSniffer.conf': No such file or directory Failed to execute command chmod 666 vendor/squizlabs/php_codesniffer/CodeSniffer.conf: exit status 1 Failed to run drowl-init.sh ; error=exit status 1

joshsedl commented 2 years ago

Should be all fixed now! The newest version of drupal coder doesn't need custom configurations to make the drupal phpcs rulesets work. I deleted the creation of the config, but forgot to also delete the permission modifier.