You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is used to detect the repo root and load drush settings from the top level drush folder in the repo.
It helps drush detect this folder when run from PROJECT_ROOT. Without the hack, drush has to be run from DOCROOT to properly detect a Drupal project root/etc.
example.drushrc.php for drush 8.x no longer lists the options we have been setting in
/home/docker/.drush/drushrc.php
since drush 6.Specifically, this hack is not there:
service-cli/7.1/config/.drush/drushrc.php
Lines 307 to 319 in 9a12a7b
It is used to detect the repo root and load drush settings from the top level
drush
folder in the repo.It helps drush detect this folder when run from PROJECT_ROOT. Without the hack, drush has to be run from
DOCROOT
to properly detect a Drupal project root/etc.As well as this option:
service-cli/7.1/config/.drush/drushrc.php
Line 153 in 9a12a7b
It may make sense to drop
drushrc.php
altogether, since these two configuration cases look to be deprecated at this pointThe text was updated successfully, but these errors were encountered: