blob: 454b924116fcb4cff55589b96ecb05fed298329b (
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
===============================================================================
ALE Rego Integration *ale-rego-options*
===============================================================================
cspell *ale-rego-cspell*
See |ale-cspell-options|
===============================================================================
opacheck *ale-rego-opa-check*
*ale-options.rego_opacheck_executable*
*g:ale_rego_opacheck_executable*
*b:ale_rego_opacheck_executable*
rego_opacheck_executable
g:ale_rego_opacheck_executable
Type: |String|
Default: `'opa'`
This variable can be changed to use a different executable for opa.
*ale-options.rego_opacheck_options*
*g:rego_opacheck_options*
*b:rego_opacheck_options*
rego_opacheck_options
g:ale_rego_opacheck_options
Type: |String|
Default: `''`
This variable can be changed to pass custom CLI flags to opa check.
===============================================================================
opafmt *ale-rego-opa-fmt-fixer*
*ale-options.opa_fmt_executable*
*g:ale_opa_fmt_executable*
*b:ale_opa_fmt_executable*
opa_fmt_executable
g:ale_opa_fmt_executable
Type: |String|
Default: `'opa'`
This variable can be changed to use a different executable for opa.
*ale-options.opa_fmt_options*
*g:ale_opa_fmt_options*
*b:ale_opa_fmt_options*
opa_fmt_options
g:ale_opa_fmt_options
Type: |String|
Default: `''`
===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|