diff options
author | Alexander Olofsson <alexander.olofsson@liu.se> | 2018-07-04 13:36:50 +0200 |
---|---|---|
committer | Alexander Olofsson <alexander.olofsson@liu.se> | 2018-07-04 15:08:25 +0200 |
commit | 42ae06a288e3775261847081a6934bc991abd106 (patch) | |
tree | 6b1668f2ca30ed65ea52efcd2dd16250c7337369 /doc | |
parent | 00a385930476a8244f7099345448d0afcac0ac31 (diff) | |
download | ale-42ae06a288e3775261847081a6934bc991abd106.zip |
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 232d7630..6cc0026d 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| @@ -390,7 +391,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` |