diff --git a/Shpell/Analytics.hs b/Shpell/Analytics.hs index 1f01356..c8d3cbe 100644 --- a/Shpell/Analytics.hs +++ b/Shpell/Analytics.hs @@ -14,16 +14,16 @@ checkList l t m = foldl (\x f -> f t x) m l runBasicAnalysis f t m = snd $ runState (doAnalysis f t) m basicChecks = [ - checkUuoc, - checkForInQuoted, - checkForInLs, - checkMissingForQuotes, - checkUnquotedExpansions, - checkRedirectToSame, - checkShorthandIf, - checkForInDollarStar, - checkUnquotedDollarAt, - checkStderrRedirect + checkUuoc + ,checkForInQuoted + ,checkForInLs + ,checkMissingForQuotes + ,checkUnquotedExpansions + ,checkRedirectToSame + ,checkShorthandIf + ,checkForInDollarStar + ,checkUnquotedDollarAt + ,checkStderrRedirect ] modifyMap = modify