diff options
author | Bartek thindil Jasicki <thindil@laeran.pl> | 2021-01-08 09:43:19 +0100 |
---|---|---|
committer | Bartek thindil Jasicki <thindil@laeran.pl> | 2021-01-08 09:43:19 +0100 |
commit | 7b1ed2733e2b73a74149f300d5400225f535f490 (patch) | |
tree | b71be581af826a7f447b1c89897d7919106bf8df /doc/ale-salt.tmt | |
parent | 3fca5e73b605a07d3fdcf46cf24b1675aae5bca6 (diff) | |
parent | 54dd731cf14c809ebcc9c21b41084a17c5411744 (diff) | |
download | ale-7b1ed2733e2b73a74149f300d5400225f535f490.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'doc/ale-salt.tmt')
-rw-r--r-- | doc/ale-salt.tmt | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/doc/ale-salt.tmt b/doc/ale-salt.tmt new file mode 100644 index 00000000..ac500d37 --- /dev/null +++ b/doc/ale-salt.tmt @@ -0,0 +1,43 @@ +=============================================================================== +ALE SALT Integration *ale-salt-options* + +=============================================================================== +salt-lint *ale-salt-salt-lint* + +Website: https://github.com/warpnet/salt-lint + + +Installation +------------------------------------------------------------------------------- + +Install salt-lint in your a virtualenv directory, locally, or globally: > + + pip install salt-lint # After activating virtualenv + pip install --user salt-lint # Install to ~/.local/bin + sudo pip install salt-lint # Install globally + +See |g:ale_virtualenv_dir_names| for configuring how ALE searches for +virtualenv directories. + + +Options +------------------------------------------------------------------------------- + +g:ale_salt_salt-lint_executable *g:ale_salt_salt_lint_executable* + *b:ale_salt_salt_lint_executable* + Type: |String| + Default: `'salt-lint'` + + This variable can be set to change the path to salt-lint. + + +g:ale_salt_salt-lint_options *g:ale_salt_salt-lint_options* + *b:ale_salt_salt-lint_options* + Type: |String| + Default: `''` + + This variable can be set to pass additional options to salt-lint. + + +=============================================================================== + vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |