We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the phpqa docker build we have to set the path to include e.g. /QualityAnalyzer/bin
phpqa
/QualityAnalyzer/bin
It'd be good to internalise this to a toolbox command that echos the new path items so I can do
export PATH="$PATH:$(toolbox export-path)"
The text was updated successfully, but these errors were encountered:
Yes, I considered it in the past, but it seemed like a lot of effort considering potential benefits.
QualityAnalyzer is the last tool that has to be on the PATH. Given the project is pretty much dead, I think it's time to retire it from the image.
Sorry, something went wrong.
No branches or pull requests
In the
phpqa
docker build we have to set the path to include e.g./QualityAnalyzer/bin
It'd be good to internalise this to a toolbox command that echos the new path items so I can do
The text was updated successfully, but these errors were encountered: