shellcheck/src/ShellCheck
2022-07-31 15:43:24 -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
Analytics.hs Refactor to not generate Parameters twice 2022-07-28 08:26:56 -07:00
Analyzer.hs Refactor to not generate Parameters twice 2022-07-28 08:26:56 -07:00
AnalyzerLib.hs Warn when $? refers to echo or condition (ref #2541) 2022-07-23 09:39:26 -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
CFG.hs Store postdominators as Array Node [Node] for a significant win 2022-07-31 15:43:24 -07:00
CFGAnalysis.hs Store postdominators as Array Node [Node] for a significant win 2022-07-31 15:43:24 -07:00
Checker.hs Let annotations take effect earlier (fixes #2534) 2022-07-28 11:05:16 -07:00
Data.hs Control Flow Graph / Data Flow Analysis support 2022-07-20 08:08:24 -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