diff --git a/ale_linters/sh/shellcheck.vim b/ale_linters/sh/shellcheck.vim index 6a96d12..0049990 100644 --- a/ale_linters/sh/shellcheck.vim +++ b/ale_linters/sh/shellcheck.vim @@ -28,5 +28,3 @@ call ALEAddLinter('sh', { \ 'command': 'shellcheck ' . s:exclude_option . ' -f gcc -', \ 'callback': 'ale#handlers#HandleGCCFormat', \}) - -echo 'shellcheck' . s:exclude_option . '-f gcc -'