aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/doc/ale-chef.txt
blob: d4f931f4e21cb381b7d89de0c44b08df4243038e (plain) (blame)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
===============================================================================
ALE Chef Integration                                         *ale-chef-options*


===============================================================================
cookstyle                                                  *ale-chef-cookstyle*

                                           *ale-options.chef_cookstyle_options*
                                                 *g:ale_chef_cookstyle_options*
                                                 *b:ale_chef_cookstyle_options*
chef_cookstyle_options
g:ale_chef_cookstyle_options
  Type: |String|
  Default: `''`

  This variable can be changed to modify flags given to cookstyle.

                                        *ale-options.chef_cookstyle_executable*
                                              *g:ale_chef_cookstyle_executable*
                                              *b:ale_chef_cookstyle_executable*
chef_cookstyle_executable
g:ale_chef_cookstyle_executable
  Type: |String|
  Default: `'cookstyle'`

  This variable can be changed to point to the cookstyle binary in case it's
  not on the $PATH or a specific version/path must be used.


===============================================================================
foodcritic                                                *ale-chef-foodcritic*

                                          *ale-options.chef_foodcritic_options*
                                                *g:ale_chef_foodcritic_options*
                                                *b:ale_chef_foodcritic_options*
chef_foodcritic_options
g:ale_chef_foodcritic_options
  Type: |String|
  Default: `''`

  This variable can be changed to modify flags given to foodcritic.

                                       *ale-options.chef_foodcritic_executable*
                                             *g:ale_chef_foodcritic_executable*
                                             *b:ale_chef_foodcritic_executable*
chef_foodcritic_executable
g:ale_chef_foodcritic_executable
  Type: |String|
  Default: `'foodcritic'`

  This variable can be changed to point to the foodcritic binary in case it's
  not on the $PATH or a specific version/path must be used.


===============================================================================
  vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: