Updated SC2034 (markdown)

koalaman
2015-09-05 15:44:38 -07:00
parent 266a360103
commit bb85e9e613

@@ -39,4 +39,4 @@ For indirection, there's not much you can do without rewriting to use arrays or
This is expected behavior, and not a bug. There is no good way to statically analyze indirection in shell scripts, just like static C analyzers have a hard time preventing segfaults. This is expected behavior, and not a bug. There is no good way to statically analyze indirection in shell scripts, just like static C analyzers have a hard time preventing segfaults.
As always, you can make an alias for `shellcheck -e SC2034` if you're frequently annoyed by this error. As always, there are ways to [[ignore]] this and other messages if they frequently get in your way.