diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-supported-languages-and-tools.txt | 1 | ||||
-rw-r--r-- | doc/ale-terraform.txt | 19 | ||||
-rw-r--r-- | doc/ale.txt | 1 |
3 files changed, 21 insertions, 0 deletions
diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt index e0a2d557..476b57f6 100644 --- a/doc/ale-supported-languages-and-tools.txt +++ b/doc/ale-supported-languages-and-tools.txt @@ -597,6 +597,7 @@ Notes: * `terraform-ls` * `terraform-lsp` * `tflint` + * `tfsec` * Texinfo * `alex` * `cspell` diff --git a/doc/ale-terraform.txt b/doc/ale-terraform.txt index 6acf63ac..11422e64 100644 --- a/doc/ale-terraform.txt +++ b/doc/ale-terraform.txt @@ -115,5 +115,24 @@ g:ale_terraform_tflint_options *g:ale_terraform_tflint_options* =============================================================================== +tfsec *ale-terraform-tfsec* + +g:ale_terraform_tfsec_executable *g:ale_terraform_tfsec_executable* + *b:ale_terraform_tfsec_executable* + + Type: |String| + Default: `'tfsec'` + + This variable can be changed to use a different executable for tfsec. + +g:ale_terraform_tfsec_options *g:ale_terraform_tfsec_executable* + *b:ale_terraform_tfsec_executable* + + Type: |String| + Default: `''` + + This variable can be changed to pass custom CLI flags to tfsec. + +=============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: diff --git a/doc/ale.txt b/doc/ale.txt index c4ffcf8d..b17e2e42 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -3261,6 +3261,7 @@ documented in additional help files. terraform-ls..........................|ale-terraform-terraform-ls| terraform-lsp.........................|ale-terraform-terraform-lsp| tflint................................|ale-terraform-tflint| + tfsec.................................|ale-terraform-tfsec| tex.....................................|ale-tex-options| chktex................................|ale-tex-chktex| cspell................................|ale-tex-cspell| |