ale/ale_linters/sh
Keith Smiley 5fc2f8f6c0
Choose shell dialect based on vim syntax
Shellcheck is smart enough to check the shebang in a given file to
determine which dialect to use. Unfortunately this doesn't work for
files without shebangs, even if it might be apparent what dialect should
be used, such as "bashrc" or "foo.bash". Luckily `filetype.vim` defines
specific vars based on which shell dialect is being used based on a huge
list of conditions. With this change we take those into account for all
the types shellcheck supports, otherwise we fallback to letting it try
and decide.
2016-10-27 18:46:58 -07:00
..
shell.vim Add support for dot-seperate linters, improve linter tests 2016-10-21 21:02:20 -05:00
shellcheck.vim Choose shell dialect based on vim syntax 2016-10-27 18:46:58 -07:00