mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-10 05:22:31 +08:00
Add a thriftcheck linter (#3852)
ThriftCheck (https://github.com/pinterest/thriftcheck) is a linter for Thrift IDL files.
This commit is contained in:
@@ -533,6 +533,7 @@ Notes:
|
||||
* `write-good`
|
||||
* Thrift
|
||||
* `thrift`
|
||||
* `thriftcheck`
|
||||
* TypeScript
|
||||
* `deno`
|
||||
* `eslint`
|
||||
|
||||
@@ -42,5 +42,24 @@ g:ale_thrift_thrift_options *g:ale_thrift_thrift_options*
|
||||
This variable can be changed to customize the additional command-line
|
||||
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:
|
||||
|
||||
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user