mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-30 11:39:20 -07:00
Add dash as a first class supported shell.
This commit is contained in:
parent
1eece5b2ee
commit
f77821625c
5 changed files with 58 additions and 33 deletions
|
@ -73,7 +73,7 @@ data AnalysisResult = AnalysisResult {
|
|||
}
|
||||
|
||||
-- Supporting data types
|
||||
data Shell = Ksh | Sh | Bash deriving (Show, Eq)
|
||||
data Shell = Ksh | Sh | Bash | Dash deriving (Show, Eq)
|
||||
data ExecutionMode = Executed | Sourced deriving (Show, Eq)
|
||||
|
||||
type ErrorMessage = String
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue