Fixing & description

Grische
2021-11-11 14:56:23 +01:00
parent f9c12ddeb2
commit bbe0a4e6c9

@@ -1,6 +1,6 @@
# Warn about variable references without braces.
# Warn about double quoting even when variables don't contain special characters.
This error is optional and not enabled by default.
This is an [[optional]] suggestion. It must be explicitly enabled with a [[directive]] `enable=quote-safe-variables` in a `# shellcheck` comment or `.shellcheckrc`
## Problematic code: