This plugin provides extra utilities for working with shellcheck.
:ShellcheckSuppressWarnings- Suppress all warnings for the current line.
Requires either ALE or Syntastic to be installed and configured for shellcheck.
" Dein
call dein#add('b0o/shellcheck-extras.vim')
" NeoBundle
NeoBundle 'b0o/shellcheck-extras.vim'- convert to ftplugin
- Support running shellcheck directly without the use of ALE/Syntastic
- test with Syntastic
- docs
Based on shellcheck.vim by @kawaz.
MIT License