summaryrefslogtreecommitdiff
path: root/ale_linters/sh/shellcheck.vim
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2016-10-03 13:45:55 +0100
committerw0rp <devw0rp@gmail.com>2016-10-03 13:45:55 +0100
commit2479111884a034aa6f5230f5d56a70e35092ecbe (patch)
tree894734b3f5dacebaa634bea3cc032ed5ac1421b2 /ale_linters/sh/shellcheck.vim
parent35f3a1f541785d4249697995ea9b0fb7e2f825fe (diff)
downloadale-2479111884a034aa6f5230f5d56a70e35092ecbe.zip
Remove a test echo line.
Diffstat (limited to 'ale_linters/sh/shellcheck.vim')
-rw-r--r--ale_linters/sh/shellcheck.vim2
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 -'