shellcheck/src/ShellCheck
Joseph C. Sible 1c6202dba4 Avoid some awkward parentheses with forM_ 2020-04-05 22:25:19 -04:00
..
Checks Optimize patterns in checkFindNameGlob 2020-02-11 01:04:49 -05:00
Formatter Avoid some awkward parentheses with forM_ 2020-04-05 22:25:19 -04:00
AST.hs Fix #1892: Use pattern synonyms to clean up AST 2020-03-28 18:38:07 -04:00
ASTLib.hs Improve detection of for loops with single values 2020-03-15 11:30:56 -07:00
Analytics.hs Disable SC2257 about > $((i=42)) for Dash 2020-04-05 11:38:22 -07:00
Analyzer.hs Make SC2230 optional 2019-12-07 16:11:49 -08:00
AnalyzerLib.hs recognize `: ${parameter=word}` as assignment 2020-03-16 23:04:54 +01:00
Checker.hs Include shebang in AST traversal (fixes #1858) 2020-03-16 21:36:41 -07:00
Data.hs Remove incorrect otherwise 2020-02-01 22:50:14 -05:00
Fixer.hs Use drop instead of splitAt since we only use the second half 2020-02-01 23:04:04 -05:00
Interface.hs Remove unused instance Ord Replacement (fixes #1829) 2020-02-17 12:44:38 -08:00
Parser.hs Bump SC1102/SC1105 about ambiguous `$((` to Error (fixes #1836) 2020-02-17 12:27:24 -08:00
Regex.hs 📝 Update Copyright to year 2019 and Markdown linting 2019-05-14 20:12:34 +10:00