diff --git a/SC2034.md b/SC2034.md index dc19100..66cbc4c 100644 --- a/SC2034.md +++ b/SC2034.md @@ -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. -As always, you can make an alias for `shellcheck -e SC2034` if you're frequently annoyed by this error. \ No newline at end of file +As always, there are ways to [[ignore]] this and other messages if they frequently get in your way. \ No newline at end of file