summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarc Delage <geam.creadl@gmail.com>2016-10-07 17:27:27 +0200
committerw0rp <w0rp@users.noreply.github.com>2016-10-07 16:27:27 +0100
commit38a6979bcac19af51309b43ff3958b744c2f090f (patch)
treeb1acd7ceb44fdb2f9015c9d3ca1f6e7c47c1b5ea /doc
parent983485bc14c838d5b6e02bef0feb1fdb38849413 (diff)
downloadale-38a6979bcac19af51309b43ff3958b744c2f090f.zip
Add missing points in the doc (#61)
* Add c gcc option in the doc * Add missing tag for eslint option in the doc * Correct typo in doc (' ' instead of '.')
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt15
1 files changed, 13 insertions, 2 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 8914ec83..59d8c0a4 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -10,8 +10,9 @@ CONTENTS *ale-contents*
2. Supported Languages & Tools....................|ale-support|
3. Global Options.................................|ale-options|
4. Linter Specific Options........................|ale-linter-options|
- 4.1. eslint................................ ....|ale-linter-options-eslint|
+ 4.1. eslint.....................................|ale-linter-options-eslint|
4.2. phpcs......................................|ale-linter-options-phpcs|
+ 4.3. c-gcc......................................|ale-linter-options-c-gcc|
5. API............................................|ale-api|
6. Contact........................................|ale-contact|
@@ -227,7 +228,7 @@ Some linters have specific options which can be configured for each of them,
for customising their behaviour.
-------------------------------------------------------------------------------
-4.1. eslint
+4.1. eslint *ale-linter-options-eslint*
g:ale_javascript_eslint_executable *g:ale_javascript_eslint_executable*
@@ -249,6 +250,16 @@ This variable can be set to specify the coding standard used by phpcs. If
no coding standard is specified, phpcs will default to checking against the
PEAR coding standard, or the standard you have set as the default.
+-------------------------------------------------------------------------------
+4.3. c-gcc *ale-linter-options-c-gcc*
+
+g:ale_c_gcc_options *g:ale_c_gcc_options*
+
+Type: |String|
+Default: `'-Wall'`
+
+This variable can be change to modify flags given to gcc.
+
===============================================================================
5. API *ale-api*