You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered: