don't use stdin with tflint

This commit is contained in:
Nathaniel Williams
2017-10-26 14:14:28 -05:00
parent e4456a4e0e
commit 22e8050639
3 changed files with 4 additions and 4 deletions

View File

@@ -46,7 +46,7 @@ function! ale_linters#terraform#tflint#GetCommand(buffer) abort
let l:cmd .= ' ' . l:opts
endif
let l:cmd .= ' -f json'
let l:cmd .= ' -f json %t'
return l:cmd
endfunction