]> git.madduck.net Git - etc/vim.git/blob - doc/ale-chef.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-chef.txt
1 ===============================================================================
2 ALE Chef Integration                                         *ale-chef-options*
3
4
5 ===============================================================================
6 cookstyle                                                  *ale-chef-cookstyle*
7
8                                            *ale-options.chef_cookstyle_options*
9                                                  *g:ale_chef_cookstyle_options*
10                                                  *b:ale_chef_cookstyle_options*
11 chef_cookstyle_options
12 g:ale_chef_cookstyle_options
13   Type: |String|
14   Default: `''`
15
16   This variable can be changed to modify flags given to cookstyle.
17
18                                         *ale-options.chef_cookstyle_executable*
19                                               *g:ale_chef_cookstyle_executable*
20                                               *b:ale_chef_cookstyle_executable*
21 chef_cookstyle_executable
22 g:ale_chef_cookstyle_executable
23   Type: |String|
24   Default: `'cookstyle'`
25
26   This variable can be changed to point to the cookstyle binary in case it's
27   not on the $PATH or a specific version/path must be used.
28
29
30 ===============================================================================
31 foodcritic                                                *ale-chef-foodcritic*
32
33                                           *ale-options.chef_foodcritic_options*
34                                                 *g:ale_chef_foodcritic_options*
35                                                 *b:ale_chef_foodcritic_options*
36 chef_foodcritic_options
37 g:ale_chef_foodcritic_options
38   Type: |String|
39   Default: `''`
40
41   This variable can be changed to modify flags given to foodcritic.
42
43                                        *ale-options.chef_foodcritic_executable*
44                                              *g:ale_chef_foodcritic_executable*
45                                              *b:ale_chef_foodcritic_executable*
46 chef_foodcritic_executable
47 g:ale_chef_foodcritic_executable
48   Type: |String|
49   Default: `'foodcritic'`
50
51   This variable can be changed to point to the foodcritic binary in case it's
52   not on the $PATH or a specific version/path must be used.
53
54
55 ===============================================================================
56   vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: