dot-files/vim/.vim/ftplugin
Bruno BELANYI 4753e32c30 [ADD][VIM] Shellcheck options for ALE
I want shellcheck to detect which shell is most appropriate on the `sh`
filetype, but explicitly use the `bash` dialect on `bash` and `zsh`
filetypes.

I also really don't like nullary conditions in shell, so I'll screen for
those too.

I might turn on the 'quote-safe-variables' check too, because I think
quoting variables is a good habit to take.
2019-10-19 05:46:29 +02:00
..
bash.vim [ADD][VIM] Shellcheck options for ALE 2019-10-19 05:46:29 +02:00
d.vim [ADD][VIM] Use dfmt fixer with ALE 2019-10-19 05:46:29 +02:00
json.vim [ADD][VIM] Use jq fixer with ALE 2019-10-19 05:46:29 +02:00
pandoc.vim [ADD][VIM] Pandoc to markdown ALE alias 2019-10-19 05:46:29 +02:00
python.vim [UPDATE][VIM] More ALE linters for python 2019-10-19 05:46:29 +02:00
rust.vim [ADD][VIM] Use rustfmt fixer with ALE 2019-10-19 05:46:29 +02:00
sh.vim [ADD][VIM] Shellcheck options for ALE 2019-10-19 05:46:29 +02:00
zsh.vim [ADD][VIM] Shellcheck options for ALE 2019-10-19 05:46:29 +02:00