]> git.madduck.net Git - etc/vim.git/blob - doc/ale-rego.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-rego.txt
1 ===============================================================================
2 ALE Rego Integration                                         *ale-rego-options*
3
4
5 ===============================================================================
6 cspell                                                        *ale-rego-cspell*
7
8 See |ale-cspell-options|
9
10
11 ===============================================================================
12 opacheck                                                   *ale-rego-opa-check*
13
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
19   Type: |String|
20   Default: `'opa'`
21
22   This variable can be changed to use a different executable for opa.
23
24                                             *ale-options.rego_opacheck_options*
25                                                       *g:rego_opacheck_options*
26                                                       *b:rego_opacheck_options*
27 rego_opacheck_options
28 g:ale_rego_opacheck_options
29   Type: |String|
30   Default: `''`
31
32   This variable can be changed to pass custom CLI flags to opa check.
33
34
35 ===============================================================================
36 opafmt                                                 *ale-rego-opa-fmt-fixer*
37
38                                                *ale-options.opa_fmt_executable*
39                                                      *g:ale_opa_fmt_executable*
40                                                      *b:ale_opa_fmt_executable*
41 opa_fmt_executable
42 g:ale_opa_fmt_executable
43   Type: |String|
44   Default: `'opa'`
45
46   This variable can be changed to use a different executable for opa.
47
48                                                   *ale-options.opa_fmt_options*
49                                                         *g:ale_opa_fmt_options*
50                                                         *b:ale_opa_fmt_options*
51 opa_fmt_options
52 g:ale_opa_fmt_options
53   Type: |String|
54   Default: `''`
55
56
57 ===============================================================================
58   vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: