Updated DevGuide (markdown)

koalaman
2017-05-21 17:22:19 -07:00
parent 5b04480668
commit a48fd9948c

@@ -1,6 +1,10 @@
# ShellCheck Dev Guide # 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 ## ShellCheck Theory