This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
ale/ale_linters/sh/shellcheck.vim

5 lines
136 B
VimL
Raw Normal View History

2016-10-03 12:18:27 +00:00
" Author: w0rp <devw0rp@gmail.com>
" Description: shellcheck linter for shell scripts.
2016-10-03 12:18:27 +00:00
call ale#handlers#shellcheck#DefineLinter('sh')