From bb85e9e6130c42fe8afb57fb35d8766f0096535b Mon Sep 17 00:00:00 2001 From: koalaman Date: Sat, 5 Sep 2015 15:44:38 -0700 Subject: [PATCH] Updated SC2034 (markdown) --- SC2034.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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