diff options
author | Kenneth Benzie (Benie) <k.benzie83@gmail.com> | 2017-02-25 17:27:03 +0000 |
---|---|---|
committer | Kenneth Benzie (Benie) <k.benzie83@gmail.com> | 2017-02-25 17:27:03 +0000 |
commit | b5e603bbc5127ad6a78913054f48de733724c435 (patch) | |
tree | 24c4a4a117f1da4933ba61eb9794ff05bdfb32ec /doc | |
parent | f48f306ab96eacc2519deea32b28ffb7e1a8a880 (diff) | |
download | ale-b5e603bbc5127ad6a78913054f48de733724c435.zip |
Add cmakelint support for cmake filetype
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 5f9cdea0..c62ebbdd 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -79,6 +79,7 @@ The following languages and tools are supported. * C++ (filetype cpp): 'clang', 'clangtidy', 'cppcheck', 'gcc' * C#: 'mcs' * Chef: 'foodcritic' +* CMake: 'cmakelint' * CoffeeScript: 'coffee', 'coffelint' * CSS: 'csslint', 'stylelint' * Cython (pyrex filetype): 'cython' @@ -1061,6 +1062,24 @@ g:ale_yaml_yamllint_options *g:ale_yaml_yamllint_options* This variable can be set to pass additional options to yamllint. +------------------------------------------------------------------------------ +4.32. cmakelint *ale-linter-options-cmakelint* + +g:ale_cmake_cmakelint_exectuable *g:ale_cmake_cmakelint_executable* + + Type: |String| + Default: `''` + + This variable can be set to change the path the cmakelint. + +g:ale_cmake_cmakelint_options *g:ale_cmake_cmakelint_options* + + Type: |String| + Default: `''` + + This variable can be set to pass additional options to cmakelint. + + =============================================================================== 5. Linter Integration Notes *ale-linter-integration* |