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
Running vendorme doesn't cleanup previously vendored versions.
Code that is not currently configured to be vendored shouldn't be included in the vendor directory of project.
Running vendor.sh could clean old versions before vendoring new code.
vendor.sh
vendor.yaml
Linux
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
Current Behavior
Running vendorme doesn't cleanup previously vendored versions.
Expected Behavior
Code that is not currently configured to be vendored shouldn't be included in the vendor directory of project.
Possible Solution
Running
vendor.sh
could clean old versions before vendoring new code.Steps to Reproduce
vendor.yaml
and see the old version remain in the directory.Your Environment
Linux
The text was updated successfully, but these errors were encountered: