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.
1 ===============================================================================
2 ALE Chef Integration *ale-chef-options*
5 ===============================================================================
6 cookstyle *ale-chef-cookstyle*
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
16 This variable can be changed to modify flags given to cookstyle.
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
24 Default: `'cookstyle'`
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.
30 ===============================================================================
31 foodcritic *ale-chef-foodcritic*
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
41 This variable can be changed to modify flags given to foodcritic.
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
49 Default: `'foodcritic'`
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.
55 ===============================================================================
56 vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: