I expected my syntax to not raise a warning, since I'm doing exactly what it's telling me to do: to escape the quotes. I do not want to disable the warning because it's useful in other situations. I searched the issues on GitHub and the only other work-around i can think of is using unicode quotes, as seen here
For bugs
shellcheck --version
or "online"): "online" and "ShellCheck v0.37.0" for VSCodeFor new checks and feature suggestions
Here's a snippet or screenshot that shows the problem:
Here's what shellcheck currently says:
Here's what I wanted or expected to see:
I expected my syntax to not raise a warning, since I'm doing exactly what it's telling me to do: to escape the quotes. I do not want to disable the warning because it's useful in other situations. I searched the issues on GitHub and the only other work-around i can think of is using unicode quotes, as seen here
Thanks and I appreciate any advice you can give.