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

@@ -13,6 +13,6 @@ Execute(adjacent config file should be found):
\ ale#Escape('tflint')
\ . ' --config '
\ . ale#Escape(ale#path#Winify(g:dir . '/tflint-test-files/foo/.tflint.hcl'))
\ . ' -f json'
\ . ' -f json %t'
\ ),
\ ale_linters#terraform#tflint#GetCommand(bufnr(''))