]> git.madduck.net Git - etc/vim.git/blob - .vim/bundle/ale/doc/ale-bitbake.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:

Do not set EDITOR/VISUAL for shell
[etc/vim.git] / .vim / bundle / ale / doc / ale-bitbake.txt
1 ===============================================================================
2 ALE BitBake Integration                                   *ale-bitbake-options*
3
4
5 ===============================================================================
6 oelint-adv                                             *ale-bitbake-oelint_adv*
7
8                                     *ale-options.bitbake_oelint_adv_executable*
9                                           *g:ale_bitbake_oelint_adv_executable*
10                                           *b:ale_bitbake_oelint_adv_executable*
11 bitbake_oelint_adv_executable
12 g:ale_bitbake_oelint_adv_executable
13
14   Type: |String|
15   Default: `'oelint-adv'`
16
17   This variable can be changed to use a different executable for oelint-adv.
18
19                                        *ale-options.bitbake_oelint_adv_options*
20                                              *g:ale_bitbake_oelint_adv_options*
21                                              *b:ale_bitbake_oelint_adv_options*
22 bitbake_oelint_adv_options
23 g:ale_bitbake_oelint_adv_options
24   Type: |String|
25   Default: `''`
26
27   This variable can be set to pass additional options to oelint-adv.
28
29                                         *ale-options.bitbake_oelint_adv_config*
30                                               *g:ale_bitbake_oelint_adv_config*
31                                               *b:ale_bitbake_oelint_adv_config*
32 g:ale_bitbake_oelint_adv_config
33   Type: |String|
34   Default: `'.oelint.cfg'`
35
36   This variable can be set to use a different config file.
37
38
39 ===============================================================================
40 vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: