All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
1 ===============================================================================
2 ALE Thrift Integration *ale-thrift-options*
5 ===============================================================================
6 thrift *ale-thrift-thrift*
8 The `thrift` linter works by compiling the buffer's contents and reporting any
9 errors reported by the parser and the configured code generator(s).
12 -------------------------------------------------------------------------------
14 *ale-options.thrift_thrift_executable*
15 *g:ale_thrift_thrift_executable*
16 *b:ale_thrift_thrift_executable*
17 thrift_thrift_executable
18 g:ale_thrift_thrift_executable
22 See |ale-integrations-local-executables|
24 *ale-options.thrift_thrift_generators*
25 *g:ale_thrift_thrift_generators*
26 *b:ale_thrift_thrift_generators*
27 thrift_thrift_generators
28 g:ale_thrift_thrift_generators
32 This list must contain one or more named code generators. Generator options
33 can be included as part of each string, e.g. `['py:dynamic']`.
35 *ale-options.thrift_thrift_includes*
36 *g:ale_thrift_thrift_includes*
37 *b:ale_thrift_thrift_includes*
38 thrift_thrift_includes
39 g:ale_thrift_thrift_includes
43 This list contains paths that will be searched for thrift `include`
46 *ale-options.thrift_thrift_options*
47 *g:ale_thrift_thrift_options*
48 *b:ale_thrift_thrift_options*
50 g:ale_thrift_thrift_options
54 This variable can be changed to customize the additional command-line
55 arguments that are passed to the thrift compiler.
58 ===============================================================================
59 thriftcheck *ale-thrift-thriftcheck*
61 *ale-options.thrift_thriftcheck_executable*
62 *g:ale_thrift_thriftcheck_executable*
63 *b:ale_thrift_thriftcheck_executable*
64 thrift_thriftcheck_executable
65 g:ale_thrift_thriftcheck_executable
67 Default: `'thriftcheck'`
69 See |ale-integrations-local-executables|
71 *ale-options.thrift_thriftcheck_options*
72 *g:ale_thrift_thriftcheck_options*
73 *b:ale_thrift_thriftcheck_options*
74 thrift_thriftcheck_options
75 g:ale_thrift_thriftcheck_options
79 This variable can be changed to customize the additional command-line
80 arguments that are passed to thriftcheck.
83 ===============================================================================
84 vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: