shellcheck/src/ShellCheck
Evan Silberman 944d87915a Recognize "oksh" executable name as ksh
A portable version of OpenBSD's ksh is distributed with the executable
name oksh [1]. It's a descendant of pdksh and can be shellchecked as
ksh.

[1]: https://github.com/ibara/oksh
2024-11-11 11:24:21 -08:00
..
Checks Merge pull request from sertonix/busybox-3003 2024-08-04 16:52:15 -07:00
Formatter Remove trailing space in output (fixes ) 2024-04-08 20:24:28 -07:00
AST.hs Allow parsing arbitrary coproc names (fixes ) 2024-09-07 17:14:52 -07:00
ASTLib.hs Add extended-analysis directive to toggle DFA 2024-02-03 16:11:39 -08:00
Analytics.hs Use CFG to determine use-before-define for SC2218 (fixes ) 2024-10-27 15:43:30 -07:00
Analyzer.hs Update copyright years 2022-12-12 21:49:19 -08:00
AnalyzerLib.hs Allow parsing arbitrary coproc names (fixes ) 2024-09-07 17:14:52 -07:00
CFG.hs Allow parsing arbitrary coproc names (fixes ) 2024-09-07 17:14:52 -07:00
CFGAnalysis.hs Use fromList instead of reimplementing it in terms of foldl 2024-07-07 01:28:06 -04:00
Checker.hs Add extended-analysis directive to toggle DFA 2024-02-03 16:11:39 -08:00
Data.hs Recognize "oksh" executable name as ksh 2024-11-11 11:24:21 -08:00
Debug.hs In addition to start/end, track sets of nodes belonging to tokens 2022-07-22 10:29:19 -07:00
Fixer.hs Add missing imports for later GHC versions 2022-12-10 15:17:08 -08:00
Interface.hs Update some copyright years 2024-03-04 09:19:51 -08:00
Parser.hs Recognize "oksh" executable name as ksh 2024-11-11 11:24:21 -08:00
Prelude.hs Add missing Semigroup import for older GHC 2022-12-11 14:19:24 -08:00
Regex.hs 📝 Update Copyright to year 2019 and Markdown linting 2019-05-14 20:12:34 +10:00