2017-03-28 22:25:44 +00:00
|
|
|
===============================================================================
|
|
|
|
ALE CMake Integration *ale-cmake-options*
|
|
|
|
|
|
|
|
|
2017-07-08 13:17:26 +00:00
|
|
|
===============================================================================
|
2017-03-28 22:25:44 +00:00
|
|
|
cmakelint *ale-cmake-cmakelint*
|
|
|
|
|
2017-10-02 16:11:54 +00:00
|
|
|
g:ale_cmake_cmakelint_executable *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.
|
|
|
|
|
|
|
|
|
2022-02-06 12:09:38 +00:00
|
|
|
===============================================================================
|
|
|
|
cmake-lint *ale-cmake-cmake-lint*
|
|
|
|
|
|
|
|
g:ale_cmake_cmake_lint_executable *g:ale_cmake_cmake_lint_executable*
|
|
|
|
*b:ale_cmake_cmake_lint_executable*
|
|
|
|
Type: |String|
|
|
|
|
Default: `'cmake-lint'`
|
|
|
|
|
|
|
|
This variable can be set to change the path the cmake-lint.
|
|
|
|
|
|
|
|
|
|
|
|
g:ale_cmake_cmake_lint_options *g:ale_cmake_cmake_lint_options*
|
|
|
|
*b:ale_cmake_cmake_lint_options*
|
|
|
|
Type: |String|
|
|
|
|
Default: `''`
|
|
|
|
|
|
|
|
This variable can be set to pass additional options to cmake-lint.
|
|
|
|
|
|
|
|
|
2019-01-27 11:45:57 +00:00
|
|
|
===============================================================================
|
|
|
|
cmake-format *ale-cmake-cmakeformat*
|
|
|
|
|
|
|
|
g:ale_cmake_cmakeformat_executable *g:ale_cmake_cmakeformat_executable*
|
|
|
|
*b:ale_cmake_cmakeformat_executable*
|
|
|
|
Type: |String|
|
|
|
|
Default: `'cmakeformat'`
|
|
|
|
|
|
|
|
This variable can be set to change the path the cmake-format.
|
|
|
|
|
|
|
|
|
|
|
|
g:ale_cmake_cmakeformat_options *g:ale_cmake_cmakeformat_options*
|
|
|
|
*b:ale_cmake_cmakeformat_options*
|
|
|
|
Type: |String|
|
|
|
|
Default: `''`
|
|
|
|
|
|
|
|
This variable can be set to pass additional options to cmake-format.
|
|
|
|
|
2017-07-08 13:17:26 +00:00
|
|
|
===============================================================================
|
2017-03-28 22:25:44 +00:00
|
|
|
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|