summaryrefslogtreecommitdiff
path: root/doc/ale.txt
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2017-02-27 22:21:42 +0000
committerGitHub <noreply@github.com>2017-02-27 22:21:42 +0000
commit7a92c3a04629da1f6b2e0390c493e02035b816ea (patch)
treed115c729cd89766e1d0f0e3d7ae8b3e6866e0fc0 /doc/ale.txt
parentb2fe1b2567a1a1e6a5e2ff805a46fa7f546ce62c (diff)
parentb5e603bbc5127ad6a78913054f48de733724c435 (diff)
downloadale-7a92c3a04629da1f6b2e0390c493e02035b816ea.zip
Merge pull request #366 from kbenzie/cmakelint
Add cmakelint support for cmake filetype
Diffstat (limited to 'doc/ale.txt')
-rw-r--r--doc/ale.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index b938ae06..9774447e 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*