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
In /home/mpersico5/sctest line 10:
echo I am in subber
^-----------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly).
Here's what I wanted or expected to see:
Line 8 SC2329: This function is never invoked. Check usage (or ignored if invoked indirectly).
Can we get a new release v0.11.0?
The text was updated successfully, but these errors were encountered:
I am not sure what the issue really is apart from no recent release. Or that might be the only issue here?
The expected output is seen at shellcheck.net and that system uses the most recent git HEAD - and a new release would then match the expected behavior.
A workaround until a release is available would be to build from source.
For bugs
shellcheck --version
or 'online'): onlineFor new checks and feature suggestions
Here's a snippet or screenshot that shows the problem:
Here's what shellcheck (https://github.com/koalaman/shellcheck/releases/tag/v0.10.0) currently says:
Here's what I wanted or expected to see:
Can we get a new release v0.11.0?
The text was updated successfully, but these errors were encountered: