mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-07 20:52:45 +08:00
I'm tired of seeing this garbage in the changelog
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user