We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
var=1 # shellcheck disable=SC2034
# shellcheck disable=SC2034 var=1
ShellCheck expects directives to come before the relevant command. They are not allowed after.
If this is not a directive and just a comment mentioning ShellCheck, please rewrite or capitalize:
var=1 # ShellCheck encourages lowercase variable names
There was an error while loading. Please reload this page.