You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's a snippet or screenshot that shows the problem:
#!/usr/bin/bashfunctionx#y {
echo foo
}
x#y
Here's what shellcheck currently says:
In - line 3:
function x#y {
^-- SC1073 (error): Couldn't parse this function. Fix to allow more checks.
In - line 4:
echo foo
^-- SC1064 (error): Expected a { to open the function definition.
^-- SC1072 (error): Fix any mentioned problems and try again.
For more information:
https://www.shellcheck.net/wiki/SC1064 -- Expected a { to open the function...
https://www.shellcheck.net/wiki/SC1072 -- Fix any mentioned problems and t...
https://www.shellcheck.net/wiki/SC1073 -- Couldn't parse this function. Fix...
Here's what I wanted or expected to see:
no outputs
The text was updated successfully, but these errors were encountered:
A4-Tacks
changed the title
Joined pound in function name parse failed
Function name parse failed of contain jointed pound
Dec 17, 2024
For bugs
shellcheck --version
or "online"): 0.10.0For new checks and feature suggestions
Here's a snippet or screenshot that shows the problem:
Here's what shellcheck currently says:
Here's what I wanted or expected to see:
no outputs
The text was updated successfully, but these errors were encountered: