summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2016-10-12 16:44:53 +0200
committers-ol <s-ol@users.noreply.github.com>2016-10-13 10:05:30 +0200
commitc197928d6709aeeb9527a17aeb84f348e8387cd7 (patch)
tree6dbc8ff549824aa547d4c93aece2d1375deb1233 /doc
parent1d321e6f39eb0baef1d787eacbbb65700e82859e (diff)
downloadale-c197928d6709aeeb9527a17aeb84f348e8387cd7.zip
add documentation for luacheck linter
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 2f4349e5..92920ba4 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -20,6 +20,7 @@ CONTENTS *ale-contents*
4.8. shell.................................|ale-linter-options-shell|
4.9. shellcheck............................|ale-linter-options-shellcheck|
4.10. vint..................................|ale-linter-options-vint|
+ 4.11. luacheck..............................|ale-linter-options-luacheck|
5. API........................................|ale-api|
6. Special Thanks.............................|ale-special-thanks|
7. Contact....................................|ale-contact|
@@ -61,6 +62,7 @@ The following languages and tools are supported.
* HTML: 'HTMLHint', 'tidy'
* JavaScript: 'eslint', 'jscs', 'jshint'
* JSON: 'jsonlint'
+* Lua: 'luacheck'
* Perl: 'perl' (-c flag), 'perlcritic'
* PHP: 'php' (-l flag), 'phpcs'
* Pug: 'pug-lint'
@@ -501,6 +503,17 @@ g:ale_vim_vint_show_style_issues *g:ale_vim_vint_show_style_issues*
will be reported.
+-------------------------------------------------------------------------------
+4.11. luacheck *ale-linter-options-luacheck*
+
+g:ale_lua_luacheck_executable *g:ale_lua_luacheck_executable*
+
+ Type: |String|
+ Default: `'luacheck'`
+
+ This variable can be changed to change the path to luacheck.
+
+
===============================================================================
5. API *ale-api*