Updated DevGuide (markdown)

James Conroy
2021-09-29 18:09:34 -05:00
parent c166d78b66
commit 8a002b0952

@@ -91,7 +91,6 @@ Let's say that we have a pet peeve: people who use `tmp` as a temporary filename
We can start by looking at the AST for `sort file > tmp`. In a ShellCheck source directory, run `cabal build` to generate necessary files, then run `cabal repl` and `:load src/ShellCheck/Parser.hs`: We can start by looking at the AST for `sort file > tmp`. In a ShellCheck source directory, run `cabal build` to generate necessary files, then run `cabal repl` and `:load src/ShellCheck/Parser.hs`:
``` ```
$ :load src/ShellCheck/Parser.hs
*ShellCheck.AST> :load src/ShellCheck/Parser.hs *ShellCheck.AST> :load src/ShellCheck/Parser.hs
<no location info>: warning: [-Wmissing-home-modules] <no location info>: warning: [-Wmissing-home-modules]