From 9d2f647046190040108d19e25e539d41c91297ed Mon Sep 17 00:00:00 2001 From: koalaman Date: Sun, 21 May 2017 17:30:33 -0700 Subject: [PATCH] Updated DevGuide (markdown) --- DevGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DevGuide.md b/DevGuide.md index fb01150..40ffd79 100644 --- a/DevGuide.md +++ b/DevGuide.md @@ -1,6 +1,6 @@ # ShellCheck Dev Guide -Want to write a new test? +Want to write a new test? (as opposed to an [[Integration]] with an editor or CI system) 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.