mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Updated DevGuide (markdown)
@@ -93,14 +93,6 @@ We can start by looking at the AST for `sort file > tmp`. In a ShellCheck source
|
||||
```
|
||||
*ShellCheck.AST> :load src/ShellCheck/Parser.hs
|
||||
|
||||
<no location info>: warning: [-Wmissing-home-modules]
|
||||
These modules are needed for compilation but not listed in your .cabal file's other-modules:
|
||||
Paths_ShellCheck
|
||||
ShellCheck.AST
|
||||
ShellCheck.ASTLib
|
||||
ShellCheck.Data
|
||||
ShellCheck.Interface
|
||||
ShellCheck.Regex
|
||||
[1 of 7] Compiling Paths_ShellCheck ( /home/james/repos/shellcheck/dist-newstyle/build/x86_64-linux/ghc-8.8.4/ShellCheck-0.7.2/build/autogen/Paths_ShellCheck.hs, interpreted )
|
||||
[2 of 7] Compiling ShellCheck.Regex ( src/ShellCheck/Regex.hs, interpreted )
|
||||
[3 of 7] Compiling ShellCheck.AST ( src/ShellCheck/AST.hs, interpreted )
|
||||
|
Reference in New Issue
Block a user