add documentation for luacheck linter
This commit is contained in:
parent
1d321e6f39
commit
c197928d67
@ -42,6 +42,7 @@ name. That seems to be the fairest way to arrange this table.
|
|||||||
| HTML | [HTMLHint](http://htmlhint.com/), [tidy](http://www.html-tidy.org/) |
|
| HTML | [HTMLHint](http://htmlhint.com/), [tidy](http://www.html-tidy.org/) |
|
||||||
| JavaScript | [eslint](http://eslint.org/), [jscs](http://jscs.info/), [jshint](http://jshint.com/) |
|
| JavaScript | [eslint](http://eslint.org/), [jscs](http://jscs.info/), [jshint](http://jshint.com/) |
|
||||||
| JSON | [jsonlint](http://zaa.ch/jsonlint/) |
|
| JSON | [jsonlint](http://zaa.ch/jsonlint/) |
|
||||||
|
| Lua | [luacheck](https://github.com/mpeterv/luacheck) |
|
||||||
| Perl | [perl -c](https://perl.org/), [perl-critic](https://metacpan.org/pod/Perl::Critic) |
|
| Perl | [perl -c](https://perl.org/), [perl-critic](https://metacpan.org/pod/Perl::Critic) |
|
||||||
| PHP | [php -l](https://secure.php.net/), [phpcs](https://github.com/squizlabs/PHP_CodeSniffer) |
|
| PHP | [php -l](https://secure.php.net/), [phpcs](https://github.com/squizlabs/PHP_CodeSniffer) |
|
||||||
| Pug | [pug-lint](https://github.com/pugjs/pug-lint) |
|
| Pug | [pug-lint](https://github.com/pugjs/pug-lint) |
|
||||||
|
13
doc/ale.txt
13
doc/ale.txt
@ -20,6 +20,7 @@ CONTENTS *ale-contents*
|
|||||||
4.8. shell.................................|ale-linter-options-shell|
|
4.8. shell.................................|ale-linter-options-shell|
|
||||||
4.9. shellcheck............................|ale-linter-options-shellcheck|
|
4.9. shellcheck............................|ale-linter-options-shellcheck|
|
||||||
4.10. vint..................................|ale-linter-options-vint|
|
4.10. vint..................................|ale-linter-options-vint|
|
||||||
|
4.11. luacheck..............................|ale-linter-options-luacheck|
|
||||||
5. API........................................|ale-api|
|
5. API........................................|ale-api|
|
||||||
6. Special Thanks.............................|ale-special-thanks|
|
6. Special Thanks.............................|ale-special-thanks|
|
||||||
7. Contact....................................|ale-contact|
|
7. Contact....................................|ale-contact|
|
||||||
@ -61,6 +62,7 @@ The following languages and tools are supported.
|
|||||||
* HTML: 'HTMLHint', 'tidy'
|
* HTML: 'HTMLHint', 'tidy'
|
||||||
* JavaScript: 'eslint', 'jscs', 'jshint'
|
* JavaScript: 'eslint', 'jscs', 'jshint'
|
||||||
* JSON: 'jsonlint'
|
* JSON: 'jsonlint'
|
||||||
|
* Lua: 'luacheck'
|
||||||
* Perl: 'perl' (-c flag), 'perlcritic'
|
* Perl: 'perl' (-c flag), 'perlcritic'
|
||||||
* PHP: 'php' (-l flag), 'phpcs'
|
* PHP: 'php' (-l flag), 'phpcs'
|
||||||
* Pug: 'pug-lint'
|
* Pug: 'pug-lint'
|
||||||
@ -501,6 +503,17 @@ g:ale_vim_vint_show_style_issues *g:ale_vim_vint_show_style_issues*
|
|||||||
will be reported.
|
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*
|
5. API *ale-api*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user