shellcheck/ShellCheck
MortimerMcMire315 0897ab7092 Add handling for special characters in parameter substitutions.
Fixes koalaman/shellcheck#562. Special characters inside braces are
parsed into T_ParamSubSpecialChar instead of T_Literal so that they are
not flagged in the function checkInexplicablyUnquoted when sandwiched
between double quotes.
2016-11-28 16:06:02 -05:00
..
Checks Some cleanup and refactoring. 2016-11-12 15:51:36 -08:00
Formatter Emit the end line in the JSON. 2016-06-18 15:06:28 -07:00
AST.hs Add handling for special characters in parameter substitutions. 2016-11-28 16:06:02 -05:00
ASTLib.hs Don't suggest grep -c when used with -o 2016-10-01 13:26:53 -07:00
Analytics.hs Add handling for special characters in parameter substitutions. 2016-11-28 16:06:02 -05:00
Analyzer.hs Some cleanup and refactoring. 2016-11-12 15:51:36 -08:00
AnalyzerLib.hs Some cleanup and refactoring. 2016-11-12 15:51:36 -08:00
Checker.hs Allow spaces/comments before filewide annotations. 2016-11-20 18:06:36 -08:00
Data.hs Add more variables which are assumed to be set. 2015-12-10 20:05:50 -08:00
Interface.hs PositionedComment and ParseNote contains end cols. 2016-06-18 14:58:00 -07:00
Parser.hs Add handling for special characters in parameter substitutions. 2016-11-28 16:06:02 -05:00
Regex.hs Adds support for a SHELLCHECK_OPTS environment variable. 2015-08-22 13:15:10 -07:00