#711 - Make the cpplint executable configurable

This commit is contained in:
w0rp
2017-07-17 00:17:59 +01:00
parent 3352a6c9df
commit 23ea62d40a
3 changed files with 62 additions and 5 deletions

View File

@@ -154,6 +154,14 @@ g:ale_cpp_cppcheck_options *g:ale_cpp_cppcheck_options*
===============================================================================
cpplint *ale-cpp-cpplint*
g:ale_cpp_cpplint_executable *g:ale_cpp_cpplint_executable*
*b:ale_cpp_cpplint_executable*
Type: |String|
Default: `'cpplint'`
This variable can be changed to use a different executable for cpplint.
g:ale_cpp_cpplint_options *g:ale_cpp_cpplint_options*
*b:ale_cpp_cpplint_options*
Type: |String|