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')