diff options
author | w0rp <devw0rp@gmail.com> | 2016-10-03 13:45:55 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2016-10-03 13:45:55 +0100 |
commit | 2479111884a034aa6f5230f5d56a70e35092ecbe (patch) | |
tree | 894734b3f5dacebaa634bea3cc032ed5ac1421b2 /ale_linters/sh | |
parent | 35f3a1f541785d4249697995ea9b0fb7e2f825fe (diff) | |
download | ale-2479111884a034aa6f5230f5d56a70e35092ecbe.zip |
Remove a test echo line.
Diffstat (limited to 'ale_linters/sh')
-rw-r--r-- | ale_linters/sh/shellcheck.vim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ale_linters/sh/shellcheck.vim b/ale_linters/sh/shellcheck.vim index 6a96d12c..00499903 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 -' |