You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Applies to all scripts. And the below list should probably be expanded:
set -euo pipefail is used throughout but never explained. Add a short inline comment (or central CONTRIBUTING.md note) explaining each flag — especially -e (exit on error), -u (error on unset var), -o pipefail (propagate pipe failures).
Applies to all scripts. And the below list should probably be expanded:
set -euo pipefailis used throughout but never explained. Add a short inline comment (or centralCONTRIBUTING.mdnote) explaining each flag — especially-e(exit on error),-u(error on unset var),-o pipefail(propagate pipe failures).