mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-16 10:03:08 -07:00
Rebase of chromiumos fork
https://chromium.googlesource.com/chromiumos/third_party/shellcheck/
This commit is contained in:
parent
dd747b2a98
commit
e3d8483e49
13 changed files with 1479 additions and 41 deletions
|
@ -200,7 +200,7 @@ unreachableState = modified newInternalState {
|
|||
createEnvironmentState :: InternalState
|
||||
createEnvironmentState = do
|
||||
foldl' (flip ($)) newInternalState $ concat [
|
||||
addVars Data.internalVariables unknownVariableState,
|
||||
addVars Data.genericInternalVariables unknownVariableState,
|
||||
addVars Data.variablesWithoutSpaces spacelessVariableState,
|
||||
addVars Data.specialIntegerVariables integerVariableState
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue