-
Notifications
You must be signed in to change notification settings - Fork 276
Fix forgotten merge #2618
New issue
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
Fix forgotten merge #2618
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are a couple of places that still mention lib/vendor, do they need updating?
Makefile:292: -rm -rf lib/vendor/*
.github/jobs/data/codespellignorefiles.txt:13:./lib/vendor
.github/jobs/syntax-check:26: -path ./lib/vendor -prune \
.github/jobs/syntax-check:44: echo "$i" | grep -qvE ...
Edit: Oops, I missed .github/jobs/syntax-check:51. I'll fix it in #2635.
46ff14b
to
aaf78ff
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cd96088
to
12434f6
Compare
12434f6
to
b713d5d
Compare
I created a separate PR (#2635). |
No description provided.