Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-17 | Merge pull request #2906 from ↵ | w0rp | |
elebow/shelldetect-fall-back-to-filetype-if-no-hashbang ShellDetect falls back to filetype if no hashbang (fixes #2886) | |||
2020-04-28 | Fix shell detection test, shellcheck function name has changed | Ian2020 | |
2019-11-23 | ShellDetect: fall back to filetype if no hashbang | Eddie Lebow | |
Some files lack a hashbang line but still have an unambiguous filetype. For example, the file `.zshrc` has the filetype `zsh`. Augment ale#handlers#sh#GetShellType to fall back to the filetype if no hashbang line can be found. | |||
2019-01-24 | Add better detection for KornShell/ksh | Andrew Imeson | |
2019-01-24 | Fix test name for csh to not say zsh | Andrew Imeson | |
2017-10-26 | Fix #1051 - Support ash and dash for shellcheck and the sh linter | w0rp | |
2017-08-28 | #869 - Detect the shell dialect from the hashbang for shellcheck | w0rp | |