mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Updated SC2034 (markdown)
@@ -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.
|
||||
As always, there are ways to [[ignore]] this and other messages if they frequently get in your way.
|
Reference in New Issue
Block a user