There are some style issues in shell scripts in this repository.
ShellCheck is an useful tool to find bugs in shell scripts.
One could run git ls-files '*.sh' to find all shell script files and pipe the result to xargs shellcheck.
Or just fix it file-by-file.
Note that this issue doesn't talk about including shellcheck tests in CI.
@rustbot modify labels: E-easy E-mentor T-infra
There are some style issues in shell scripts in this repository.
ShellCheck is an useful tool to find bugs in shell scripts.
One could run
git ls-files '*.sh'to find all shell script files and pipe the result toxargs shellcheck.Or just fix it file-by-file.
Note that this issue doesn't talk about including shellcheck tests in CI.
@rustbot modify labels: E-easy E-mentor T-infra