]> git.madduck.net Git - etc/vim.git/blob - .vim/bundle/ale/doc/ale-salt.tmt

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:

Merge commit 'a39f715c13be3352193ffd9c5b7536b8786eff64' as '.vim/bundle/vim-lsp'
[etc/vim.git] / .vim / bundle / ale / doc / ale-salt.tmt
1 ===============================================================================
2 ALE SALT Integration                                         *ale-salt-options*
3
4 ===============================================================================
5 salt-lint                                                  *ale-salt-salt-lint*
6
7 Website: https://github.com/warpnet/salt-lint
8
9
10 -------------------------------------------------------------------------------
11 Installation
12
13 Install salt-lint in your a virtualenv directory, locally, or globally: >
14
15   pip install salt-lint # After activating virtualenv
16   pip install --user salt-lint # Install to ~/.local/bin
17   sudo pip install salt-lint # Install globally
18 <
19 See |g:ale_virtualenv_dir_names| for configuring how ALE searches for
20 virtualenv directories.
21
22
23 -------------------------------------------------------------------------------
24 Options
25                                         *ale-options.salt_salt_lint_executable*
26                                               *g:ale_salt_salt_lint_executable*
27                                               *b:ale_salt_salt_lint_executable*
28 salt_salt_lint_executable
29 g:ale_salt_salt_lint_executable
30   Type: |String|
31   Default: `'salt-lint'`
32
33   This variable can be set to change the path to salt-lint.
34
35                                            *ale-options.salt_salt_lint_options*
36                                                  *g:ale_salt_salt_lint_options*
37                                                  *b:ale_salt_salt_lint_options*
38 salt_salt_lint_options
39 g:ale_salt_salt_lint_options
40   Type: |String|
41   Default: `''`
42
43   This variable can be set to pass additional options to salt-lint.
44
45
46 ===============================================================================
47   vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: