I'm tired of seeing this garbage in the changelog
This commit is contained in:
parent
5de7a39f3e
commit
9140544176
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue