-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ShellCheck does not recommend quote variables #2995
Comments
This case will may fix case of infertux/bashcov#86 partially |
Uppercase variables are treated as global and always skipped. |
You can use this directive to enable all warnings/info/style/etc. messages: |
This is correct behaviour
|
@ale5000-git Thank you, |
For bugs
shellcheck --version
or "online"):For new checks and feature suggestions
Here's a snippet or screenshot that shows the problem:
Here's what shellcheck currently says:
No reports
Here's what I wanted or expected to see:
Should be quoted variables
The text was updated successfully, but these errors were encountered: