From 8a002b0952df75e0e12771a2d26fce6b7308dc09 Mon Sep 17 00:00:00 2001 From: James Conroy Date: Wed, 29 Sep 2021 18:09:34 -0500 Subject: [PATCH] Updated DevGuide (markdown) --- DevGuide.md | 1 - 1 file changed, 1 deletion(-) diff --git a/DevGuide.md b/DevGuide.md index aa5aa90..65a39ba 100644 --- a/DevGuide.md +++ b/DevGuide.md @@ -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`: ``` -$ :load src/ShellCheck/Parser.hs *ShellCheck.AST> :load src/ShellCheck/Parser.hs : warning: [-Wmissing-home-modules]