In the example provided below, info essentially behaves like printf in terms of argument processing, so I would expect to have an option to say "info is basically printf with a different name" to shellcheck
Here's a snippet or screenshot that shows the problem:
For new checks and feature suggestions
In the example provided below,
info
essentially behaves likeprintf
in terms of argument processing, so I would expect to have an option to say "info is basically printf with a different name" to shellcheckHere's a snippet or screenshot that shows the problem:
Here's what shellcheck currently says:
Here's what I wanted or expected to see: