Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-18 | Add g:ale_sh_shellcheck_change_directory | Fletcher Nichol | |
2019-02-10 | Support ale_sh_shellcheck_dialect to set dialect | Kevin Locke | |
As discussed in w0rp/ale#1051, there are cases where it would be useful to be able to specify the dialect explicitly. This commit allows users to do so using the ale_sh_shellcheck_dialect variable. Fixes: w0rp/ale#1051 Signed-off-by: Kevin Locke <kevin@kevinlocke.name> | |||
2018-06-25 | sh: add bash-language-server linter | Christian HoĢltje | |
2017-11-05 | Add shfmt fixer for sh files (#1083) | Simon Bugert | |
* Add shfmt fixer for sh files * Add tests for shfmt fixer | |||
2017-07-08 | Use equal signs for language documentation sections | w0rp | |
2017-05-03 | Document that ale_sh_shell_default_shell won't default to fish | Adriaan Zonnenberg | |
2017-04-30 | Rename g:ale_linters_sh_* to g:ale_sh_* | Adriaan Zonnenberg | |
2017-04-28 | Use ale#Var in linters that didn't use it yet | Adriaan Zonnenberg | |
2017-04-27 | Add tags for buffer-local variants of each linter option | Adriaan Zonnenberg | |
2017-04-09 | added shellcheck executable and options variable | Szero | |
updated docs | |||
2017-03-28 | Move linter documentation into separate files | w0rp | |