shellcheck/ShellCheck
Bastian Bittorf 4e13c7cbc1 SC2164: show two possible variants for circumenting the warning
always calling 'exit' is not good in e.g. functions.
the basic idea is at least that the returncode of
cd *is* evaluated somehow and not ignored.

Reported-by: Garance Alistair Drosehn <drosehn@rpi.edu>

Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
2017-01-10 12:30:47 +01:00
..
Checks Warn when using deprecated egrep/fgrep. 2016-12-30 16:55:31 -08:00
Formatter Emit the end line in the JSON. 2016-06-18 15:06:28 -07:00
AST.hs Warn about missing space in [ foo= bar ] 2016-12-27 21:20:59 -08:00
ASTLib.hs Warnings for braces/globs/arrays in [/[[. 2016-12-31 13:18:36 -08:00
Analytics.hs SC2164: show two possible variants for circumenting the warning 2017-01-10 12:30:47 +01:00
Analyzer.hs Explicitly import Data.Monoid 2016-12-10 08:49:07 -08:00
AnalyzerLib.hs Warn about missing space in [ foo= bar ] 2016-12-27 21:20:59 -08:00
Checker.hs Allow spaces/comments before filewide annotations. 2016-11-20 18:06:36 -08:00
Data.hs Warn about missing space in [ foo= bar ] 2016-12-27 21:20:59 -08:00
Interface.hs PositionedComment and ParseNote contains end cols. 2016-06-18 14:58:00 -07:00
Parser.hs Minor 2% parser speedup 2016-12-29 10:56:00 -08:00
Regex.hs Adds support for a SHELLCHECK_OPTS environment variable. 2015-08-22 13:15:10 -07:00