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
vip-go-ci uses various utilities, such as git, phpcs, as well as php. What is missing though is a function to check for the existence of such utilities, to ensure that they exist before using them, but in a way that is easy and consistent for developers to implement. The function should support relative and absolute paths.
The function should ideally be able to do such a check in the following ways:
vip-go-ci
uses various utilities, such asgit
,phpcs
, as well asphp
. What is missing though is a function to check for the existence of such utilities, to ensure that they exist before using them, but in a way that is easy and consistent for developers to implement. The function should support relative and absolute paths.The function should ideally be able to do such a check in the following ways:
And:
The parameters are:
This way one can easily check for the existence of utilities as required. All checks should be performed in
vipgoci_run()
.The text was updated successfully, but these errors were encountered: