diff options
author | w0rp <w0rp@users.noreply.github.com> | 2020-07-21 12:47:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-21 12:47:33 +0100 |
commit | f4668c751fba1af496d933af9fdcf1cf162a26f4 (patch) | |
tree | 80b05de5e073f426400fc34da274b9cdb86f6fac /doc | |
parent | 70ab831001dbe806fc5af3f33727f1fa32e3ff13 (diff) | |
parent | 7b9855f1fe811f4ec80bdeb81b5ab9b6d9249a49 (diff) | |
download | ale-f4668c751fba1af496d933af9fdcf1cf162a26f4.zip |
Merge pull request #3070 from hsanson/2732-add-bashate-support
Fix 2732 - Add bashate support
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-sh.txt | 23 | ||||
-rw-r--r-- | doc/ale-supported-languages-and-tools.txt | 1 | ||||
-rw-r--r-- | doc/ale.txt | 1 |
3 files changed, 25 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* diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt index 4b4002af..ee8be378 100644 --- a/doc/ale-supported-languages-and-tools.txt +++ b/doc/ale-supported-languages-and-tools.txt @@ -31,6 +31,7 @@ Notes: * Awk * `gawk` * Bash + * `bashate` * `language-server` * `shell` (-n flag) * `shellcheck` diff --git a/doc/ale.txt b/doc/ale.txt index 09f29c8d..38c1f353 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -2600,6 +2600,7 @@ documented in additional help files. sasslint..............................|ale-scss-sasslint| stylelint.............................|ale-scss-stylelint| sh......................................|ale-sh-options| + bashate...............................|ale-sh-bashate| sh-language-server....................|ale-sh-language-server| shell.................................|ale-sh-shell| shellcheck............................|ale-sh-shellcheck| |