Files
vim-ale/shellcheck
2021-04-09 17:59:06 +00:00
..
2021-04-09 17:58:07 +00:00
2021-04-09 17:58:07 +00:00
2021-04-09 17:58:07 +00:00
2021-04-09 17:59:06 +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