summaryrefslogtreecommitdiff
path: root/ale_linters/pug/puglint.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/pug/puglint.vim')
-rw-r--r--ale_linters/pug/puglint.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/pug/puglint.vim b/ale_linters/pug/puglint.vim
index 338cb05f..4ded7ead 100644
--- a/ale_linters/pug/puglint.vim
+++ b/ale_linters/pug/puglint.vim
@@ -5,6 +5,6 @@ call ale#linter#Define('pug', {
\ 'name': 'puglint',
\ 'executable': 'pug-lint',
\ 'output_stream': 'stderr',
-\ 'command': g:ale#util#stdin_wrapper . ' .pug pug-lint -r inline',
+\ 'command': 'pug-lint -r inline %t',
\ 'callback': 'ale#handlers#HandleUnixFormatAsError',
\})