Metadrop / drupal-boilerplate

Drupal projects up and running with Docker and many other tools in minutes
28 stars 23 forks source link

Ignore node_modules on phpqa.yml #83

Closed idiazroncero closed 1 year ago

idiazroncero commented 1 year ago

In some cases, a node_modules folder can have a PHP file (even if the libraries are mainly js-based, some libraries might provide PHP versions).

A real example: htps://github.com/WebReflection/flatted/blob/main/php/flatted.php

This will throw errors on phpqa.yml as node_modules folders are not excluded:

Screenshot_20221201_124602

idiazroncero commented 1 year ago

Closing as this has been already solved on newer versions, sorry