mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Updated DevGuide (markdown)
@@ -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]
|
||||||
|
Reference in New Issue
Block a user