shellcheck/src/ShellCheck
Vidar Holen 81c2ecaccb Remove true/false from SC2216/SC2217 (fixes #2603) 2022-10-11 19:40:29 -07:00
..
Checks Additionally pluralize 'arguments' in SC2183 2022-07-23 15:38:42 -07:00
Formatter Plug space leaks when processing multiple files 2022-07-27 14:42:57 -07:00
AST.hs SC2323: Warn about redundant parens in a[(x+1)] and $(( ((x)) )) (ref: #1666) 2022-07-24 14:18:38 -07:00
ASTLib.hs Refactor to not generate Parameters twice 2022-07-28 08:26:56 -07:00
Analytics.hs Fix false positive for SC2312 when using `time` 2022-10-10 03:33:38 +11:00
Analyzer.hs Refactor to not generate Parameters twice 2022-07-28 08:26:56 -07:00
AnalyzerLib.hs Suppress SC2311 with `set -o posix` 2022-09-24 07:20:48 +10:00
CFG.hs Handle variable assignments from `read` in CFG 2022-08-02 15:47:59 -07:00
CFGAnalysis.hs Include inherited env for DFA of leftover functions (fixes #2560) 2022-09-21 18:11:18 -07:00
Checker.hs Let annotations take effect earlier (fixes #2534) 2022-07-28 11:05:16 -07:00
Data.hs Remove true/false from SC2216/SC2217 (fixes #2603) 2022-10-11 19:40:29 -07: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 Fix overlap check 2022-07-26 15:33:25 -07:00
Interface.hs Allow specifying external-sources=true in shellcheckrc (fixes #1818) 2021-09-15 18:02:37 -07:00
Parser.hs Use Data.Map.Strict instead for a ~15% parsing speedup 2022-07-29 09:02:45 -07:00
Prelude.hs Control Flow Graph / Data Flow Analysis support 2022-07-20 08:08:24 -07:00
Regex.hs 📝 Update Copyright to year 2019 and Markdown linting 2019-05-14 20:12:34 +10:00