From 7209f239b2d2ac12ccc1e70b3552a3edf8559a43 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Mon, 29 Mar 2021 12:02:54 -0700 Subject: [PATCH] Add shellcheck (#59) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 3e8afc0..e116015 100644 --- a/readme.md +++ b/readme.md @@ -130,6 +130,7 @@ In addition of this list, you should read the list [awesome-shell](https://githu - [bash_unit](https://github.com/pgrange/bash_unit) - bash unit testing enterprise edition framework for professionals - [mo](https://github.com/tests-always-included/mo) - Mustache templates in pure bash - [semver_bash](https://github.com/cloudflare/semver_bash) - Semantic Versioning in Bash +- [shellcheck](https://github.com/koalaman/shellcheck) - A static analysis tool for shell scripts - [shfmt](https://github.com/mvdan/sh) - Format bash programs - [shunit2](https://github.com/kward/shunit2) - A unit test framework for Bash scripts with a flavour of JUnit/PyUnit