From a48fd9948c333bda24240be8f3431e2aa1c8c85f Mon Sep 17 00:00:00 2001 From: koalaman Date: Sun, 21 May 2017 17:22:19 -0700 Subject: [PATCH] Updated DevGuide (markdown) --- DevGuide.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/DevGuide.md b/DevGuide.md index 87eba1c..fb01150 100644 --- a/DevGuide.md +++ b/DevGuide.md @@ -1,6 +1,10 @@ # ShellCheck Dev Guide -How to write your own test. Feel free to skip over the next part, onto "ShellCheck in Practice" +Want to write a new test? + +Some familiarity with Haskell helps. Most checks just use pattern matching and function calls. Grokking monads is generally not required, but `do` notation may come in handy. + +Feel free to skip ahead to "ShellCheck in Practice". ## ShellCheck Theory