-
Notifications
You must be signed in to change notification settings - Fork 847
Name extendedGlob() anonymous functions #6265
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
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: sebsoto The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
copier/copier.go
Outdated
return patterns | ||
} | ||
|
||
// subDirs returns a recursive search of all directories under the given dir |
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.
Style comment only, not necessary to change. I'd rather see this function precede expandPatterns as expandPatterns calls it.
LGTM |
Moves inline function definitions out of the function. Helps with code readability. Signed-off-by: Sebastian Soto <[email protected]>
@TomSweeneyRedHat Rebased. Also swapped the functions as requested. |
LGTM |
Well, that's new to me. The Smoke Test failed because it was unable to pull an Alpine image. I didn't think it actually pulled an Alpine image, but I guess it does. Anyway, I've restarted the tests, and it seems to be progressing now. |
A friendly reminder that this PR had no activity for 30 days. |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Moves inline function definitions out of the extendedGlob() function.
Helps with code readability.
How to verify it
Which issue(s) this PR fixes:
Special notes for your reviewer:
Does this PR introduce a user-facing change?