summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-supported-languages-and-tools.txt1
-rw-r--r--doc/ale-thrift.txt19
-rw-r--r--doc/ale.txt1
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 f3d7767c..eaad7411 100644
--- a/doc/ale-supported-languages-and-tools.txt
+++ b/doc/ale-supported-languages-and-tools.txt
@@ -533,6 +533,7 @@ Notes:
* `write-good`
* Thrift
* `thrift`
+ * `thriftcheck`
* TypeScript
* `deno`
* `eslint`
diff --git a/doc/ale-thrift.txt b/doc/ale-thrift.txt
index bb2ec058..810127b4 100644
--- a/doc/ale-thrift.txt
+++ b/doc/ale-thrift.txt
@@ -43,4 +43,23 @@ g:ale_thrift_thrift_options *g:ale_thrift_thrift_options*
arguments that are passed to the thrift compiler.
===============================================================================
+thriftcheck *ale-thrift-thriftcheck*
+
+g:ale_thrift_thriftcheck_executable *g:ale_thrift_thriftcheck_executable*
+ *b:ale_thrift_thriftcheck_executable*
+ Type: |String|
+ Default: `'thriftcheck'`
+
+ See |ale-integrations-local-executables|
+
+
+g:ale_thrift_thriftcheck_options *g:ale_thrift_thriftcheck_options*
+ *b:ale_thrift_thriftcheck_options*
+ Type: |String|
+ Default: `''`
+
+ This variable can be changed to customize the additional command-line
+ arguments that are passed to thriftcheck.
+
+===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
diff --git a/doc/ale.txt b/doc/ale.txt
index 62a14b02..2f77e7c1 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -3053,6 +3053,7 @@ documented in additional help files.
write-good............................|ale-text-write-good|
thrift..................................|ale-thrift-options|
thrift................................|ale-thrift-thrift|
+ thriftcheck...........................|ale-thrift-thriftcheck|
typescript..............................|ale-typescript-options|
deno..................................|ale-typescript-deno|
eslint................................|ale-typescript-eslint|