aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/doc/ale-bazel.txt
blob: d810ea49851854235cfe8c11288da6c88f52a328 (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
===============================================================================
ALE Bazel Integration                                       *ale-bazel-options*

===============================================================================
buildifier                                               *ale-bazel-buildifier*

                                      *ale-options.bazel_buildifier_executable*
                                            *g:ale_bazel_buildifier_executable*
                                            *b:ale_bazel_buildifier_executable*
bazel_buildifier_executable
g:ale_bazel_buildifier_executable
  Type: |String|
  Default: `'buildifier'`

  See |ale-integrations-local-executables|

                                         *ale-options.bazel_buildifier_options*
                                               *g:ale_bazel_buildifier_options*
                                               *b:ale_bazel_buildifier_options*
bazel_buildifier_options
g:ale_bazel_buildifier_options
  Type: |String|
  Default: `''`

  This variable can be set to pass extra options to buildifier.

                                      *ale-options.bazel_buildifier_use_global*
                                            *g:ale_bazel_buildifier_use_global*
                                            *b:ale_bazel_buildifier_use_global*
bazel_buildifier_use_global
g:ale_bazel_buildifier_use_global
  Type: |Number|
  Default: `get(g:, 'ale_use_global_executables', 0)`

  See |ale-integrations-local-executables|


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