shellcheck/ShellCheck
Russell Harmon e0e5ba3a90 Add more variables which are assumed to be set.
This commit adds LC_MONETARY, LOGNAME, LD_LIBRARY_PATH, LANGUAGE,
DISPLAY, HOSTNAME, KRB5CCNAME, XAUTHORITY to be ignored when used
without initialization.
2015-12-10 20:05:50 -08:00
..
Formatter Fix remaining FIXME for tty error color output. 2015-12-06 12:48:53 -08:00
AST.hs Parse ksh ${ ..; } expansions. 2015-09-03 20:26:02 -07:00
ASTLib.hs Consider "echo $(<file)" a bashism, and don't warn about UUOE. 2015-10-31 14:48:08 -07:00
Analytics.hs Fix/generalize message for SC2070. 2015-12-05 17:29:06 -08:00
Analyzer.hs Some cleanup to make room for future improvements. 2015-08-15 09:34:19 -07:00
Checker.hs Fix remaining FIXME for tty error color output. 2015-12-06 12:48:53 -08:00
Data.hs Add more variables which are assumed to be set. 2015-12-10 20:05:50 -08:00
Interface.hs Fix remaining FIXME for tty error color output. 2015-12-06 12:48:53 -08:00
Parser.hs Warn about missing space in 'function foo{'. 2015-12-05 16:09:44 -08:00
Regex.hs Adds support for a SHELLCHECK_OPTS environment variable. 2015-08-22 13:15:10 -07:00