summaryrefslogtreecommitdiff
path: root/doc/ale-chef.txt
blob: ea1fb9629f1faca1aae56c1c5e4a152d32576f13 (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
===============================================================================
ALE Chef Integration                                         *ale-chef-options*


-------------------------------------------------------------------------------
foodcritc                                                 *ale-chef-foodcritic*

g:ale_chef_foodcritic_options                   *g:ale_chef_foodcritic_options*
                                                *b:ale_chef_foodcritic_options*
  Type: |String|
  Default: `''`

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


g:ale_chef_foodcritic_executable             *g:ale_chef_foodcritic_executable*
                                             *b: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: