shellcheck/src/ShellCheck
Vidar Holen 2827b35696 SC2240: Warn about `. script args..` in sh/dash (fixes #1373) 2018-11-07 18:04:18 -08:00
..
Checks SC2240: Warn about `. script args..` in sh/dash (fixes #1373) 2018-11-07 18:04:18 -08:00
Formatter Add wiki links to output, and a -W controlling it. (Fixes #920) 2018-10-10 21:53:43 -07:00
AST.hs Add T_SourceCommand to wrap source commands and sourced code 2018-05-22 22:43:26 -07:00
ASTLib.hs Improve spans for some warnings 2018-06-17 19:19:18 -07:00
Analytics.hs Also warn about glob matching with [ a != b* ] (fixes #1374) 2018-11-01 04:47:44 -07:00
Analyzer.hs Make data in Interface more opaque 2018-08-17 22:10:18 -07:00
AnalyzerLib.hs getParentTree: avoid pattern matching in do notation 2018-09-27 17:30:41 +02:00
Checker.hs Merge branch 'opqaque-interface' of https://github.com/ngzhian/shellcheck into ngzhian-opqaque-interface 2018-08-18 20:32:27 -07:00
Data.hs Add $# to list of variables not containing spaces (fixes #1362) 2018-10-17 09:00:52 -07:00
Interface.hs Add wiki links to output, and a -W controlling it. (Fixes #920) 2018-10-10 21:53:43 -07:00
Parser.hs Add SC1133: Warn when a line starts with |/||/&& (fixes #1359) 2018-10-21 17:46:46 -07:00
Regex.hs Move library into src/ 2018-03-08 19:57:40 +02:00