mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-09 13:02:28 +08:00
don't use stdin with tflint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user