]> git.madduck.net Git - etc/vim.git/blob - doc/ale-puppet.txt

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Squashed '.vim/bundle/ale/' content from commit 22185c4c
[etc/vim.git] / doc / ale-puppet.txt
1 ===============================================================================
2 ALE Puppet Integration                                     *ale-puppet-options*
3
4
5 ===============================================================================
6 puppet                                                      *ale-puppet-puppet*
7
8                                          *ale-options.puppet_puppet_executable*
9                                                *g:ale_puppet_puppet_executable*
10                                                *b:ale_puppet_puppet_executable*
11 puppet_puppet_executable
12 g:ale_puppet_puppet_executable
13   Type: |String|
14   Default: `'puppet'`
15
16   This variable can be changed to specify the executable used for puppet.
17
18                                             *ale-options.puppet_puppet_options*
19                                                   *g:ale_puppet_puppet_options*
20                                                   *b:ale_puppet_puppet_options*
21 puppet_puppet_options
22 g:ale_puppet_puppet_options
23   Type: |String|
24   Default: `''`
25
26   This variable can be changed to add command-line arguments to the
27   puppet parser validate invocation.
28
29
30 ===============================================================================
31 puppetlint                                              *ale-puppet-puppetlint*
32
33                                      *ale-options.puppet_puppetlint_executable*
34                                            *g:ale_puppet_puppetlint_executable*
35                                            *b:ale_puppet_puppetlint_executable*
36 puppet_puppetlint_executable
37 g:ale_puppet_puppetlint_executable
38   Type: |String|
39   Default: `'puppet-lint'`
40
41   This variable can be changed to specify the executable used for puppet-lint.
42
43                                         *ale-options.puppet_puppetlint_options*
44                                               *g:ale_puppet_puppetlint_options*
45                                               *b:ale_puppet_puppetlint_options*
46 puppet_puppetlint_options
47 g:ale_puppet_puppetlint_options
48   Type: |String|
49   Default: `'--no-autoloader_layout-check'`
50
51   This variable can be changed to add command-line arguments to the
52   puppet-lint invocation.
53
54
55 ===============================================================================
56 puppet-languageserver                               *ale-puppet-languageserver*
57
58                                  *ale-options.puppet_languageserver_executable*
59                                        *g:ale_puppet_languageserver_executable*
60                                         *b:ale_puppet_languageserver_executable*
61 puppet_languageserver_executable
62 g:ale_puppet_languageserver_executable
63   type: |String|
64   Default: `'puppet-languageserver'`
65
66   This variable can be used to specify the executable used for
67   puppet-languageserver.
68
69
70 ===============================================================================
71   vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: