summaryrefslogtreecommitdiff
path: root/doc/ale-sh.txt
diff options
context:
space:
mode:
authorHoracio Sanson <horacio@allm.net>2020-03-23 12:18:35 +0900
committerHoracio Sanson <horacio@allm.net>2020-03-23 12:18:35 +0900
commit7b9855f1fe811f4ec80bdeb81b5ab9b6d9249a49 (patch)
treecace14fc0780ed392140fc5bb8ada0f81d4d4e72 /doc/ale-sh.txt
parentbbe5153fcb36dec9860ced33ae8ff0b5d76ac02a (diff)
downloadale-7b9855f1fe811f4ec80bdeb81b5ab9b6d9249a49.zip
Fix 2732 - Add bashate support
Diffstat (limited to 'doc/ale-sh.txt')
-rw-r--r--doc/ale-sh.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/ale-sh.txt b/doc/ale-sh.txt
index 3eac9038..7897d0ce 100644
--- a/doc/ale-sh.txt
+++ b/doc/ale-sh.txt
@@ -3,6 +3,29 @@ ALE Shell Integration *ale-sh-options*
===============================================================================
+bashate *ale-sh-bashate*
+
+g:ale_sh_bashate_executable *g:ale_sh_bashate_executable*
+ *b:ale_sh_bashate_executable*
+ Type: |String|
+ Default: `'bashate'`
+
+ This variable sets executable used for bashate.
+
+
+g:ale_sh_bashate_options *g:ale_sh_bashate_options*
+ *b:ale_sh_bashate_options*
+ Type: |String|
+ Default: `''`
+
+ With this variable we are able to pass extra arguments for bashate. For
+ example to ignore the indentation rule:
+
+>
+ let g:ale_sh_shellcheck_options = '-i E003'
+<
+
+===============================================================================
sh-language-server *ale-sh-language-server*
g:ale_sh_language_server_executable *g:ale_sh_language_server_executable*