mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 22:35:54 +08:00
Remove leftover debug trace
This commit is contained in:
@@ -2243,7 +2243,7 @@ checkUnpassedInFunctions params root =
|
|||||||
_ -> False
|
_ -> False
|
||||||
isPositionalReference function x =
|
isPositionalReference function x =
|
||||||
case x of
|
case x of
|
||||||
Reference (_, t, str) -> isPositional (lt str) && t `isDirectChildOf` function
|
Reference (_, t, str) -> isPositional str && t `isDirectChildOf` function
|
||||||
_ -> False
|
_ -> False
|
||||||
|
|
||||||
isDirectChildOf child parent = fromMaybe False $ do
|
isDirectChildOf child parent = fromMaybe False $ do
|
||||||
|
Reference in New Issue
Block a user