mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 09:19:43 +08:00
Killed Zsh support
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user