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
The shell scripts used to build a package, and perform other maintenance operations, have grown over time. Let's run them through shellcheck and enforce those checks as a linting standard.
Motivated by #228, although with the caveat shellcheck won't actually help in that case. The recommendations of shellcheck run against the scripts/ dir in this repo does recommend some pretty sane practices, though.
The text was updated successfully, but these errors were encountered:
The shell scripts used to build a package, and perform other maintenance operations, have grown over time. Let's run them through
shellcheck
and enforce those checks as a linting standard.Motivated by #228, although with the caveat shellcheck won't actually help in that case. The recommendations of shellcheck run against the
scripts/
dir in this repo does recommend some pretty sane practices, though.The text was updated successfully, but these errors were encountered: