mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Display brackets in the title
@@ -1,4 +1,4 @@
|
|||||||
## Prefer [[ ]] over [ ] for tests in Bash/Ksh.
|
## Prefer `[[ ]]` over `[ ]` for tests in Bash/Ksh.
|
||||||
|
|
||||||
This is an [[optional]] suggestion. It must be explicitly enabled with a [[directive]] `enable=require-double-brackets` in a `# shellcheck` comment or `.shellcheckrc`
|
This is an [[optional]] suggestion. It must be explicitly enabled with a [[directive]] `enable=require-double-brackets` in a `# shellcheck` comment or `.shellcheckrc`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user