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
|
runBasicAnalysis f t m = snd $ runState (doAnalysis f t) m
|
||||||
basicChecks = [
|
basicChecks = [
|
||||||
checkUuoc,
|
checkUuoc
|
||||||
checkForInQuoted,
|
,checkForInQuoted
|
||||||
checkForInLs,
|
,checkForInLs
|
||||||
checkMissingForQuotes,
|
,checkMissingForQuotes
|
||||||
checkUnquotedExpansions,
|
,checkUnquotedExpansions
|
||||||
checkRedirectToSame,
|
,checkRedirectToSame
|
||||||
checkShorthandIf,
|
,checkShorthandIf
|
||||||
checkForInDollarStar,
|
,checkForInDollarStar
|
||||||
checkUnquotedDollarAt,
|
,checkUnquotedDollarAt
|
||||||
checkStderrRedirect
|
,checkStderrRedirect
|
||||||
]
|
]
|
||||||
|
|
||||||
modifyMap = modify
|
modifyMap = modify
|
||||||
|
|
Loading…
Reference in New Issue