summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVidar Holen <spam@vidarholen.net>2018-09-16 10:56:53 -0700
committerGitHub <noreply@github.com>2018-09-16 10:56:53 -0700
commit1a6ae4f19e2ab58f15cf55d0eed1ab96ca2a0eb0 (patch)
tree39f0be10707be7ab27e143578ccdeb7de1046d3d
parent95a376aad1294bd8ba6284eda57c8af43140f7e8 (diff)
Add plug for shfmt
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 915a9e9..3b2ee5e 100644
--- a/README.md
+++ b/README.md
@@ -445,3 +445,8 @@ ShellCheck is licensed under the GNU General Public License, v3. A copy of this
Copyright 2012-2018, Vidar 'koala_man' Holen and contributors.
Happy ShellChecking!
+
+
+## Other Resources
+* The wiki has [long form descriptions](https://github.com/koalaman/shellcheck/wiki/Checks) for each warning, e.g. [SC2221](https://github.com/koalaman/shellcheck/wiki/SC2221).
+* ShellCheck does not attempt to enforce any kind of formatting or indenting style, so also check out [shfmt](https://github.com/mvdan/sh)!