=
my_variable =value
myvariable=value
ShellCheck found a command name starting with a =. This was likely not meant as a new command, but instead a continuation from a previous line.
Make sure the = is used correctly.
None, though you can quote the value to make ShellCheck ignore it, e.g. "=foo".
"=foo"
There was an error while loading. Please reload this page.