2017-03-28 22:25:44 +00:00
|
|
|
===============================================================================
|
|
|
|
ALE CMake Integration *ale-cmake-options*
|
|
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------------------
|
|
|
|
cmakelint *ale-cmake-cmakelint*
|
|
|
|
|
|
|
|
g:ale_cmake_cmakelint_exectuable *g:ale_cmake_cmakelint_executable*
|
2017-04-27 21:04:34 +00:00
|
|
|
*b:ale_cmake_cmakelint_executable*
|
2017-03-28 22:25:44 +00:00
|
|
|
Type: |String|
|
|
|
|
Default: `'cmakelint'`
|
|
|
|
|
|
|
|
This variable can be set to change the path the cmakelint.
|
|
|
|
|
|
|
|
|
2017-04-27 21:04:34 +00:00
|
|
|
g:ale_cmake_cmakelint_options *g:ale_cmake_cmakelint_options*
|
|
|
|
*b:ale_cmake_cmakelint_options*
|
2017-03-28 22:25:44 +00:00
|
|
|
Type: |String|
|
|
|
|
Default: `''`
|
|
|
|
|
|
|
|
This variable can be set to pass additional options to cmakelint.
|
|
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------------------
|
|
|
|
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|