diff options
author | Marc Delage <geam.creadl@gmail.com> | 2016-10-08 13:42:36 +0200 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2016-10-08 12:42:36 +0100 |
commit | edc5cedd8ce019d4d06931ec8b449a5179153b71 (patch) | |
tree | ee3d3cb2701aa3196573a66ebda7de336fa46ba0 /doc/ale.txt | |
parent | bd6da4489d4e99ba459ae75b2a6ddc942f8a82c7 (diff) | |
download | ale-edc5cedd8ce019d4d06931ec8b449a5179153b71.zip |
Add cpp linter (#64)
* Add c gcc option in the doc
* Add missing tag for eslint option in the doc
* Correct typo in doc (' ' instead of '.')
* add cpp linter
* correct typo in doc
* add filetype information for c++
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 90ff10b0..fff6e43a 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -13,6 +13,7 @@ CONTENTS *ale-contents* 4.1. eslint.....................................|ale-linter-options-eslint| 4.2. phpcs......................................|ale-linter-options-phpcs| 4.3. c-gcc......................................|ale-linter-options-c-gcc| + 4.4. cpp-gcc....................................|ale-linter-options-cpp-gcc| 5. API............................................|ale-api| 6. Contact........................................|ale-contact| @@ -42,6 +43,7 @@ The following languages and tools are supported. * Bash: 'shell' (-n flag), 'shellcheck' * Bourne Shell: 'shell' (-n flag), 'shellcheck' * C: 'gcc' +* C++ (filetype cpp): 'gcc' * CoffeeScript: 'coffelint' * CSS: 'csslint' * Cython (pyrex filetype): 'cython' @@ -274,6 +276,16 @@ Default: `'-Wall'` This variable can be change to modify flags given to gcc. +------------------------------------------------------------------------------- +4.4. cpp-gcc *ale-linter-options-cpp-gcc* + +g:ale_cpp_gcc_options *g:ale_cpp_gcc_options* + +Type: |String| +Default: `'-Wall'` + +This variable can be changed to modify flags given to gcc. + =============================================================================== 5. API *ale-api* |