diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-01-12 20:43:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-12 20:43:43 +0000 |
commit | f6af75aac46f2d4ac72ea8256ac871f7cbf158f6 (patch) | |
tree | 984394716f10a5198d6c282541008049e2b80c42 /doc | |
parent | e18aba1d7e82c1baf5654312d4d42787e4ecd42e (diff) | |
parent | b5a5cdf920a9875650b021c8116ac02b739a9e9e (diff) | |
download | ale-f6af75aac46f2d4ac72ea8256ac871f7cbf158f6.zip |
Merge pull request #1268 from bbannier/master
Make it possible to inject flags of protoc invocation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-proto.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ale-proto.txt b/doc/ale-proto.txt index 6a256380..734e23d5 100644 --- a/doc/ale-proto.txt +++ b/doc/ale-proto.txt @@ -20,5 +20,14 @@ protoc-gen-lint *ale-proto-protoc-gen-lint* The linter is a plugin for the `protoc` binary. As long as the binary resides in the system path, `protoc` will find it. +g:ale_proto_protoc_gen_lint_options *g:ale_proto_protoc_gen_lint_options* + + Type: |String| + Default: `''` + + This variable can be changed to modify flags given to protoc. Note that the + directory of the linted file is always passed as an include path with '-I' + before any user-supplied options. + =============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |