mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-16 01:07:06 +08:00
Don't use a temporary file for tflint (#3717)
* Don't use a temporary file for tflint * set cwd for tflint
This commit is contained in:
@@ -91,7 +91,7 @@ function! ale_linters#terraform#tflint#GetCommand(buffer) abort
|
||||
let l:cmd .= ' ' . l:opts
|
||||
endif
|
||||
|
||||
let l:cmd .= ' -f json %t'
|
||||
let l:cmd .= ' -f json'
|
||||
|
||||
return l:cmd
|
||||
endfunction
|
||||
@@ -99,6 +99,7 @@ endfunction
|
||||
call ale#linter#Define('terraform', {
|
||||
\ 'name': 'tflint',
|
||||
\ 'executable': {b -> ale#Var(b, 'terraform_tflint_executable')},
|
||||
\ 'cwd': '%s:h',
|
||||
\ 'command': function('ale_linters#terraform#tflint#GetCommand'),
|
||||
\ 'callback': 'ale_linters#terraform#tflint#Handle',
|
||||
\})
|
||||
|
||||
Reference in New Issue
Block a user