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
An error that set -v and set +v inside blocks do not have any effect, since this is unexpected, as all (?) other "set" work independently of where they're placed
The text was updated successfully, but these errors were encountered:
For new checks and feature suggestions
Here's a snippet or screenshot that shows the problem:
Here's what shellcheck currently says:
No issues detected!
Here's what I wanted or expected to see:
An error that
set -v
andset +v
inside blocks do not have any effect, since this is unexpected, as all (?) other "set" work independently of where they're placedThe text was updated successfully, but these errors were encountered: