Open sgallagher opened 1 year ago
ShellCheck version 0.8.0 returns non-zero for x-prefix comparisons and version 0.9.0 returns non-zero for unreachable code (such as the shift appearing in the generated parse_commandline() function).
shift
parse_commandline()
This patch just disables these checks.
ShellCheck version 0.8.0 returns non-zero for x-prefix comparisons and version 0.9.0 returns non-zero for unreachable code (such as the
shift
appearing in the generatedparse_commandline()
function).This patch just disables these checks.