summaryrefslogtreecommitdiff
path: root/doc/ale-puppet.txt
blob: 7c67484ef35d6de2c12c7c90627adfd34257e9e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
===============================================================================
ALE Puppet Integration                                     *ale-puppet-options*


===============================================================================
puppetlint                                              *ale-puppet-puppetlint*

g:ale_puppet_puppetlint_executable         *g:ale_puppet_puppetlint_executable*
                                           *b:ale_puppet_puppetlint_executable*
  Type: |String|
  Default: `'puppet-lint'`

  This variable can be changed to specify the executable used for puppet-lint.


g:ale_puppet_puppetlint_options               *g:ale_puppet_puppetlint_options*
                                              *b:ale_puppet_puppetlint_options*
  Type: |String|
  Default: `'--no-autoloader_layout-check'`

  This variable can be changed to add command-line arguments to the
  puppet-lint invocation.


===============================================================================
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: