kubernetes / git-sync

A sidecar app which clones a git repo and keeps it in sync with the upstream.
Apache License 2.0
2.13k stars 406 forks source link

test_e2e.sh: use `local` for all variables defined inside functions #903

Open rul opened 1 week ago

rul commented 1 week ago

Use local for all variables defined inside functions; also convert them all to common name style (lowercase for locals)

Originally posted by @thockin in https://github.com/kubernetes/git-sync/issues/902#issuecomment-2187270246