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
Our repositories tend to be held inside of the web root, this means that the linting checks here will not be able to find their binaries. E.g. vendor/bin/phpcbf would be -> ../vendor/bin/phpcbf.
To-Do:
Update the locate script to search the cwd's parent directory
Description
Our repositories tend to be held inside of the web root, this means that the linting checks here will not be able to find their binaries. E.g.
vendor/bin/phpcbfwould be ->../vendor/bin/phpcbf.To-Do: