mirror of
https://github.com/amix/vimrc
synced 2025-06-16 09:35:01 +08:00
Removed syntastic and replaced it with ale
Read more here: https://github.com/w0rp/ale
This commit is contained in:
29
sources_non_forked/ale/doc/ale-terraform.txt
Normal file
29
sources_non_forked/ale/doc/ale-terraform.txt
Normal file
@ -0,0 +1,29 @@
|
||||
===============================================================================
|
||||
ALE Terraform Integration *ale-terraform-options*
|
||||
|
||||
|
||||
===============================================================================
|
||||
tflint *ale-terraform-tflint*
|
||||
|
||||
g:ale_terraform_tflint_executable *g:ale_terraform_tflint_executable*
|
||||
*b:ale_terraform_tflint_executable*
|
||||
|
||||
Type: |String|
|
||||
Default: `'tflint'`
|
||||
|
||||
This variable can be changed to use a different executable for tflint.
|
||||
|
||||
|
||||
g:ale_terraform_tflint_options *g:ale_terraform_tflint_options*
|
||||
*b:ale_terraform_tflint_options*
|
||||
Type: |String|
|
||||
Default: `'-f json'`
|
||||
|
||||
This variable can be changed to pass different options to tflint. Ale does
|
||||
expect json output from tflint, so if you change this, you'll probably want
|
||||
to include '-f json' in your new value.
|
||||
|
||||
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
Reference in New Issue
Block a user