summaryrefslogtreecommitdiff
path: root/doc/ale-thrift.txt
diff options
context:
space:
mode:
authorJon Parise <jon@indelible.org>2021-08-03 17:29:07 -0700
committerGitHub <noreply@github.com>2021-08-04 09:29:07 +0900
commit2dd9790281b8fa8e31b664629ecbb06de46c5a70 (patch)
treedc5bd1661f56fcce4703f977f1d396add819c616 /doc/ale-thrift.txt
parentfa032b1b7fde1cb00bfa3e16a0d3ebd37a7d8be4 (diff)
downloadale-2dd9790281b8fa8e31b664629ecbb06de46c5a70.zip
Add a thriftcheck linter (#3852)
ThriftCheck (https://github.com/pinterest/thriftcheck) is a linter for Thrift IDL files.
Diffstat (limited to 'doc/ale-thrift.txt')
-rw-r--r--doc/ale-thrift.txt19
1 files changed, 19 insertions, 0 deletions
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: