shellcheck/ShellCheck
Martin Schwenke 807d899f3b Fix incorrect detection of bash-style substring expansion
Substring expansion detection only considers ':' as a separator..  It
needs to avoid triggering for ":-", ":=", ":+" and ":?", since they
mean other things.

This is a regression introduced by commit
a90b6d14b3

Signed-off-by: Martin Schwenke <martin@meltin.net>
2017-07-20 15:59:05 +10:00
..
Checks Don't warn about missing path for find -O3 . (#942) 2017-07-08 15:46:02 -07:00
Formatter Emit the end line in the JSON. 2016-06-18 15:06:28 -07:00
AST.hs Parse empty [ ] conditionals 2017-04-16 18:11:00 -07:00
ASTLib.hs Warn when calling functions before defining them. 2017-07-10 22:53:26 -07:00
Analytics.hs Warn when calling functions before defining them. 2017-07-10 22:53:26 -07:00
Analyzer.hs Explicitly import Data.Monoid 2016-12-10 08:49:07 -08:00
AnalyzerLib.hs Fix incorrect detection of bash-style substring expansion 2017-07-20 15:59:05 +10:00
Checker.hs Allow spaces/comments before filewide annotations. 2016-11-20 18:06:36 -08:00
Data.hs Warn when piping/redirecting to mv/cp/echo/etc (#921) 2017-07-03 16:02:58 -07:00
Interface.hs Implement fixes suggested by HLint 2017-04-08 11:07:32 -07:00
Parser.hs Improve message for SC1052-54 about 'then;' 2017-07-08 17:25:54 -07:00
Regex.hs Adds support for a SHELLCHECK_OPTS environment variable. 2015-08-22 13:15:10 -07:00