I'm tired of seeing this garbage in the changelog

This commit is contained in:
Vidar Holen 2012-11-05 01:34:06 -08:00
parent 5de7a39f3e
commit 9140544176
1 changed files with 10 additions and 10 deletions

View File

@ -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