]> git.madduck.net Git - etc/vim.git/blobdiff - .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 '76265755a1add77121c8f9dabb3e9bb70fe9a972' as '.vim/bundle/ale'
[etc/vim.git] / .vim / bundle / ale / doc / ale-salt.tmt
diff --git a/.vim/bundle/ale/doc/ale-salt.tmt b/.vim/bundle/ale/doc/ale-salt.tmt
new file mode 100644 (file)
index 0000000..73bafdf
--- /dev/null
@@ -0,0 +1,47 @@
+===============================================================================
+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
+                                        *ale-options.salt_salt_lint_executable*
+                                              *g:ale_salt_salt_lint_executable*
+                                              *b:ale_salt_salt_lint_executable*
+salt_salt_lint_executable
+g:ale_salt_salt_lint_executable
+  Type: |String|
+  Default: `'salt-lint'`
+
+  This variable can be set to change the path to salt-lint.
+
+                                           *ale-options.salt_salt_lint_options*
+                                                 *g:ale_salt_salt_lint_options*
+                                                 *b:ale_salt_salt_lint_options*
+salt_salt_lint_options
+g: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: