summaryrefslogtreecommitdiff
path: root/ale_linters/sh/shell.vim
AgeCommit message (Expand)Author
2019-11-23shell: Make description more accurateEddie Lebow
2019-08-31linter/sh: Improve parsing of error messages in different localesJeffrey Lau
2019-02-22#2132 - Replace all uses of foo_callback with foow0rp
2017-08-28#869 - Detect the shell dialect from the hashbang for shellcheckw0rp
2017-08-08Ban use of ==# or ==? in the codebase, and prefer is# or is? insteadw0rp
2017-05-01shell: Don't default to fishAdriaan Zonnenberg
2017-04-30Rename g:ale_linters_sh_* to g:ale_sh_*Adriaan Zonnenberg
2017-04-18Add a function for getting matches, and use it to simplify a lot of codew0rp
2017-04-16#427 Implement buffer variable overrides for all linter optionsw0rp
2017-04-03#447 Pass a temporary file to the shell linter insteadw0rp
2017-04-03#447 Support zsh in the shell linterw0rp
2017-03-30Remove 'col' from linters where it is hardcoded to 1 (#434)Adriaan Zonnenberg
2017-02-26Copy all loclist items returned from handlers, and set up defaults for conven...w0rp
2017-01-22Add a script for custom checks to enforce using the abort flag for functions ...w0rp
2016-10-21Add support for dot-seperate linters, improve linter testsBjorn Neergaard
2016-10-11Use explicit scope in all ale_lintersBjorn Neergaard
2016-10-10First pass at optimizing ale to autoload (#80)Bjorn Neergaard
2016-10-09Merge branch 'shell-detection'w0rp
2016-10-09Modify shell's pattern to handle locals other than english, fixes #69Kabbaj Amine
2016-10-09#69 Change the default shell for shell lintingw0rp
2016-10-09Handle arguments to shells in shebang lines too.w0rp
2016-10-09#69 Improve shell detectionw0rp
2016-10-04Add comment headers to ale_lintersPrashanth Chandra
2016-09-15Add support for Bash and other shells. Add support for reading from stderr, a...w0rp