We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
var="$var"
# If the goal is to do nothing true
ShellCheck found a variable that is assigned to itself, e.g. x=$x. This obviously has no effect.
x=$x
Double check what the assignment was supposed to do.
None.
There was an error while loading. Please reload this page.