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 Rego Integration *ale-rego-options*
5 ===============================================================================
6 cspell *ale-rego-cspell*
8 See |ale-cspell-options|
11 ===============================================================================
12 opacheck *ale-rego-opa-check*
14 *ale-options.rego_opacheck_executable*
15 *g:ale_rego_opacheck_executable*
16 *b:ale_rego_opacheck_executable*
17 rego_opacheck_executable
18 g:ale_rego_opacheck_executable
22 This variable can be changed to use a different executable for opa.
24 *ale-options.rego_opacheck_options*
25 *g:rego_opacheck_options*
26 *b:rego_opacheck_options*
28 g:ale_rego_opacheck_options
32 This variable can be changed to pass custom CLI flags to opa check.
35 ===============================================================================
36 opafmt *ale-rego-opa-fmt-fixer*
38 *ale-options.opa_fmt_executable*
39 *g:ale_opa_fmt_executable*
40 *b:ale_opa_fmt_executable*
42 g:ale_opa_fmt_executable
46 This variable can be changed to use a different executable for opa.
48 *ale-options.opa_fmt_options*
49 *g:ale_opa_fmt_options*
50 *b:ale_opa_fmt_options*
57 ===============================================================================
58 vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: