shellcheck/src/ShellCheck
Peter Oliver 128351f5ef Permit colon after exec
ShellCheck throws warning SC2093 when a script contains commands that could never be executed because they are after an `exec`.  Command `:` does nothing, so add it to the list of commands that don’t trigger this warning.
2022-10-07 17:02:31 +01: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 Permit colon after exec 2022-10-07 17:02:31 +01: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
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 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 Add READLINE_POINT to list of variables without spaces 2022-09-20 20:39:17 -04: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