diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-07-07 12:08:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-07 12:08:14 +0100 |
commit | c1a2aa27f36690dec1433a15307fe7198ec27629 (patch) | |
tree | 71fa3f04bc6f14672383e288ff50280c860cc901 /doc | |
parent | 4999ad7e7860459f4ebea2d36d63317e88dd3870 (diff) | |
parent | f78db619d45e54949a8d5d667dffef6ea1e6adb3 (diff) | |
download | ale-c1a2aa27f36690dec1433a15307fe7198ec27629.zip |
Merge pull request #1697 from ananace/add-puppet-languageserver
puppet: Add puppet-languageserver linter
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-puppet.txt | 11 | ||||
-rw-r--r-- | doc/ale.txt | 3 |
2 files changed, 13 insertions, 1 deletions
diff --git a/doc/ale-puppet.txt b/doc/ale-puppet.txt index 604565e0..7c67484e 100644 --- a/doc/ale-puppet.txt +++ b/doc/ale-puppet.txt @@ -23,4 +23,15 @@ g:ale_puppet_puppetlint_options *g:ale_puppet_puppetlint_options* =============================================================================== +puppet-languageserver *ale-puppet-languageserver* + +g:ale_puppet_languageserver_executable *g:ale_puppet_languageserver_executable* + *b:ale_puppet_languageserver_executable* + type: |String| + Default: `'puppet-languageserver'` + + This variable can be used to specify the executable used for + puppet-languageserver. + +=============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: diff --git a/doc/ale.txt b/doc/ale.txt index 991d7941..60178ee1 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -186,6 +186,7 @@ CONTENTS *ale-contents* puglint.............................|ale-pug-puglint| puppet................................|ale-puppet-options| puppetlint..........................|ale-puppet-puppetlint| + puppet-languageserver...............|ale-puppet-languageserver| pyrex (cython)........................|ale-pyrex-options| cython..............................|ale-pyrex-cython| python................................|ale-python-options| @@ -391,7 +392,7 @@ Notes: * Pony: `ponyc` * proto: `protoc-gen-lint` * Pug: `pug-lint` -* Puppet: `puppet`, `puppet-lint` +* Puppet: `languageserver`, `puppet`, `puppet-lint` * Python: `autopep8`, `black`, `flake8`, `isort`, `mypy`, `prospector`, `pycodestyle`, `pyls`, `pyre`, `pylint`!!, `yapf` * QML: `qmlfmt`, `qmllint` * R: `lintr` |