Updated DevGuide (markdown)

koalaman
2017-05-21 17:30:33 -07:00
parent a48fd9948c
commit 9d2f647046

@@ -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.