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

Commit

Permalink
Remove shellcheck checker for zsh
Browse files Browse the repository at this point in the history
zsh support has been removed from ShellCheck as of
[v0.3.6](https://github.com/koalaman/shellcheck/releases/tag/v0.3.6).
  • Loading branch information
srstevenson committed Apr 2, 2015
1 parent ebfba7e commit 710a854
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
2 changes: 1 addition & 1 deletion plugin/syntastic/registry.vim
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ let s:_DEFAULT_CHECKERS = {
\ 'yaml': ['jsyaml'],
\ 'z80': ['z80syntaxchecker'],
\ 'zpt': ['zptlint'],
\ 'zsh': ['zsh', 'shellcheck'],
\ 'zsh': ['zsh'],
\ }
lockvar! s:_DEFAULT_CHECKERS

Expand Down
25 changes: 0 additions & 25 deletions syntax_checkers/zsh/shellcheck.vim

This file was deleted.

0 comments on commit 710a854

Please sign in to comment.