Albert Volkman
Albert Volkman
After setup, running the following command- ``` phpqa analyze --project=drupal --files=sites/all/modules/custom/ ``` results in no scanned files.
I had been using https://github.com/leipert/step-git-push/blob/master/run.sh#L54 for my deployments, but for some reason it isn't including my `.htaccess` file. This build step does, but it doesn't maintain the commit history. Would...
When using a module like https://www.drupal.org/project/entity_reference_integrity, if a user were to make a term reference another term, test would fail as the current methodology would remove the referenced entity after...