index
:
ale
feature/doc_contrib
feature/open_list_num
fix/broken_golang_links
fix/lua-language-server_docs
fix/use_stable_rust
master
topic/docker-free_testing
topic/plls
wip/cargo_multifile
wip/lint_fail_err
wip/twig
Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP) support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ale_linters
/
sh
Age
Commit message (
Expand
)
Author
2019-04-07
#2132 - Replace command_chain and chain_with with ale#command#Run
w0rp
2019-02-22
#2132 - Replace all uses of foo_callback with foo
w0rp
2019-02-10
Support ale_sh_shellcheck_dialect to set dialect
Kevin Locke
2018-08-02
Simplify the code for most linters and tests with closures
w0rp
2018-07-04
Make the language option for LSP linters optional
w0rp
2018-06-25
sh: add bash-language-server linter
Christian HoĢltje
2017-11-15
#852 Capture error codes for shellcheck
w0rp
2017-11-13
Fix #1122 - Handle notes for shellcheck errors again, and use type 'I' for notes
w0rp
2017-11-09
Simplfy semver handling and share the semver version cache across everything
w0rp
2017-11-03
Fix #491 - Only set -x for shellcheck for versions which support the option
w0rp
2017-10-26
Fix #1051 - Support ash and dash for shellcheck and the sh linter
w0rp
2017-10-26
Fix #491 - Use -x for shellcheck for checking files with sourced files
w0rp
2017-10-03
Fix typos
rhysd
2017-09-22
Move dialect setting before user options (shellcheck)
Tim Byrne
2017-08-28
#869 - Detect the shell dialect from the hashbang for shellcheck
w0rp
2017-08-08
Ban use of ==# or ==? in the codebase, and prefer is# or is? instead
w0rp
2017-05-01
shell: Don'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-18
Add a function for getting matches, and use it to simplify a lot of code
w0rp
2017-04-16
#427 Implement buffer variable overrides for all linter options
w0rp
2017-04-11
#392 Report errors inside of headers, in a very basic way
w0rp
2017-04-09
added shellcheck executable and options variable
Szero
2017-04-03
#447 Pass a temporary file to the shell linter instead
w0rp
2017-04-03
#447 Support zsh in the shell linter
w0rp
2017-03-30
Remove 'col' from linters where it is hardcoded to 1 (#434)
Adriaan Zonnenberg
2017-02-26
Copy all loclist items returned from handlers, and set up defaults for conven...
w0rp
2017-01-22
Add a script for custom checks to enforce using the abort flag for functions ...
w0rp
2016-10-27
Choose shell dialect based on vim syntax
Keith Smiley
2016-10-21
Add support for dot-seperate linters, improve linter tests
Bjorn Neergaard
2016-10-11
Use explicit scope in all ale_linters
Bjorn Neergaard
2016-10-10
First pass at optimizing ale to autoload (#80)
Bjorn Neergaard
2016-10-09
Merge branch 'shell-detection'
w0rp
2016-10-09
Modify shell's pattern to handle locals other than english, fixes #69
Kabbaj Amine
2016-10-09
#69 Change the default shell for shell linting
w0rp
2016-10-09
Handle arguments to shells in shebang lines too.
w0rp
2016-10-09
#69 Improve shell detection
w0rp
2016-10-08
Correct all Vint warnings
w0rp
2016-10-04
Add comment headers to ale_linters
Prashanth Chandra
2016-10-03
Remove a test echo line.
w0rp
2016-10-03
Add support for shellcheck linting.
w0rp
2016-09-15
Add support for Bash and other shells. Add support for reading from stderr, a...
w0rp