Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 710a854

Browse files
committed
Remove shellcheck checker for zsh
zsh support has been removed from ShellCheck as of [v0.3.6](https://github.com/koalaman/shellcheck/releases/tag/v0.3.6).
1 parent ebfba7e commit 710a854

File tree

2 files changed

+1
-26
lines changed

2 files changed

+1
-26
lines changed

plugin/syntastic/registry.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ let s:_DEFAULT_CHECKERS = {
9494
\ 'yaml': ['jsyaml'],
9595
\ 'z80': ['z80syntaxchecker'],
9696
\ 'zpt': ['zptlint'],
97-
\ 'zsh': ['zsh', 'shellcheck'],
97+
\ 'zsh': ['zsh'],
9898
\ }
9999
lockvar! s:_DEFAULT_CHECKERS
100100

syntax_checkers/zsh/shellcheck.vim

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)