mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-11 07:36:29 -07:00
Killed Zsh support
This commit is contained in:
parent
80cf5d9852
commit
ed56a837c3
6 changed files with 65 additions and 79 deletions
|
@ -1,6 +1,6 @@
|
|||
module ShellCheck.Options where
|
||||
|
||||
data Shell = Ksh | Zsh | Sh | Bash
|
||||
data Shell = Ksh | Sh | Bash
|
||||
deriving (Show, Eq)
|
||||
|
||||
data AnalysisOptions = AnalysisOptions {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue