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.