mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-19 03:56:16 +00:00
title, homepage, tagline
| title | homepage | tagline |
|---|---|---|
| ShellCheck | https://github.com/koalaman/shellcheck | ShellCheck - A shell script static analysis tool |
To update or switch versions, run webi shellcheck@stable, or @vx.y.z for a
specific version.
Cheat Sheet
shellcheck catches rookie mistakes (and old-habits-die-hard mistakes) in bash
Run shellcheck in your terminal:
shellcheck yourscript
To use shellcheck in a build or test suite:
Simply include shellcheck in the process.
check-scripts:
# Fail if any of these files have warnings
shellcheck myscripts/*.sh