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
Due to this behavior of Bash, such anti-pattern is hard to locate without going through the standard error line-by-line. Flagging it as a SC1044 or its own rule will be very helpful.
The text was updated successfully, but these errors were encountered:
Terminating the Bash here document after the termination of process substitution silently passes ShellCheck.
Problematic code:
Correct code:
Bash tolerates the problematic code and behave the same as the correct code, plus a line of warning message:
Due to this behavior of Bash, such anti-pattern is hard to locate without going through the standard error line-by-line. Flagging it as a SC1044 or its own rule will be very helpful.
The text was updated successfully, but these errors were encountered: