summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJon Parise <jon@indelible.org>2018-09-14 14:56:15 -0700
committerJon Parise <jon@indelible.org>2018-09-16 08:21:18 -0700
commitb7fcec4d177f99f56f543830c7b51f18c3b3a4a0 (patch)
treee4a8cd98cdffd7ea3e11b99a7e9dd81464dc1025 /doc
parentf1f2a222281c9e489c3ca6a4f72329c08d4646a6 (diff)
downloadale-b7fcec4d177f99f56f543830c7b51f18c3b3a4a0.zip
thrift: default thrift_thrift_includes to ['.']
In a lint context, it's useful to assume that included files sit next to the current file by default. Users can still further customize this configuration variable to add more include paths.
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-thrift.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale-thrift.txt b/doc/ale-thrift.txt
index ed858db8..bb2ec058 100644
--- a/doc/ale-thrift.txt
+++ b/doc/ale-thrift.txt
@@ -28,7 +28,7 @@ g:ale_thrift_thrift_generators *g:ale_thrift_thrift_generators*
g:ale_thrift_thrift_includes *g:ale_thrift_thrift_includes*
*b:ale_thrift_thrift_includes*
Type: |List| of |String|s
- Default: `[]`
+ Default: `['.']`
This list contains paths that will be searched for thrift `include`
directives.