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 SALT Integration *ale-salt-options*
4 ===============================================================================
5 salt-lint *ale-salt-salt-lint*
7 Website: https://github.com/warpnet/salt-lint
10 -------------------------------------------------------------------------------
13 Install salt-lint in your a virtualenv directory, locally, or globally: >
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
19 See |g:ale_virtualenv_dir_names| for configuring how ALE searches for
20 virtualenv directories.
23 -------------------------------------------------------------------------------
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
31 Default: `'salt-lint'`
33 This variable can be set to change the path to salt-lint.
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
43 This variable can be set to pass additional options to salt-lint.
46 ===============================================================================
47 vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: