]> git.madduck.net Git - etc/vim.git/blob - doc/ale-bazel.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-bazel.txt
1 ===============================================================================
2 ALE Bazel Integration                                       *ale-bazel-options*
3
4 ===============================================================================
5 buildifier                                               *ale-bazel-buildifier*
6
7                                       *ale-options.bazel_buildifier_executable*
8                                             *g:ale_bazel_buildifier_executable*
9                                             *b:ale_bazel_buildifier_executable*
10 bazel_buildifier_executable
11 g:ale_bazel_buildifier_executable
12   Type: |String|
13   Default: `'buildifier'`
14
15   See |ale-integrations-local-executables|
16
17                                          *ale-options.bazel_buildifier_options*
18                                                *g:ale_bazel_buildifier_options*
19                                                *b:ale_bazel_buildifier_options*
20 bazel_buildifier_options
21 g:ale_bazel_buildifier_options
22   Type: |String|
23   Default: `''`
24
25   This variable can be set to pass extra options to buildifier.
26
27                                       *ale-options.bazel_buildifier_use_global*
28                                             *g:ale_bazel_buildifier_use_global*
29                                             *b:ale_bazel_buildifier_use_global*
30 bazel_buildifier_use_global
31 g:ale_bazel_buildifier_use_global
32   Type: |Number|
33   Default: `get(g:, 'ale_use_global_executables', 0)`
34
35   See |ale-integrations-local-executables|
36
37
38 ===============================================================================
39   vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: