Closed
Description
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
Metadata
Metadata
Assignees
Labels
Category: PRs that clean code up or issues documenting cleanup.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.Relevant to the infrastructure team, which will review and decide on the PR/issue.