summaryrefslogtreecommitdiff
path: root/doc/ale-cpp.txt
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-07-17 00:07:18 +0100
committerw0rp <devw0rp@gmail.com>2017-07-17 00:07:18 +0100
commit3352a6c9df427204bcbffba78fdf65906d3966d0 (patch)
tree9007e716dc83612373d4c0d9252e79a6e6b2b442 /doc/ale-cpp.txt
parentfe70742bb930a196b08180da9b251e141d95707c (diff)
downloadale-3352a6c9df427204bcbffba78fdf65906d3966d0.zip
#711 - Make the clangtidy executable configurable
Diffstat (limited to 'doc/ale-cpp.txt')
-rw-r--r--doc/ale-cpp.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ale-cpp.txt b/doc/ale-cpp.txt
index 74833394..ed852b48 100644
--- a/doc/ale-cpp.txt
+++ b/doc/ale-cpp.txt
@@ -105,6 +105,15 @@ g:ale_cpp_clangtidy_checks *g:ale_cpp_clangtidy_checks*
the shell. The `-checks` flag can be removed entirely by setting this
option to an empty List.
+
+g:ale_cpp_clangtidy_executable *g:ale_cpp_clangtidy_executable*
+ *b:ale_cpp_clangtidy_executable*
+ Type: |String|
+ Default: `'clang-tidy'`
+
+ This variable can be changed to use a different executable for clangtidy.
+
+
g:ale_cpp_clangtidy_options *g:ale_cpp_clangtidy_options*
*b:ale_cpp_clangtidy_options*
Type: |String|