mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 06:59:39 +08:00
Mention require-double-brackets in CHANGELOG
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
shellcheck behave as if `-x` was specified.
|
shellcheck behave as if `-x` was specified.
|
||||||
- Optional `check-extra-masked-returns` for pointing out commands with
|
- Optional `check-extra-masked-returns` for pointing out commands with
|
||||||
suppressed exit codes (SC2312).
|
suppressed exit codes (SC2312).
|
||||||
|
- Optional `require-double-brackets` for recommending \[\[ ]] (SC2292).
|
||||||
- SC2286-SC2288: Warn when command name ends in a symbol like `/.)'"`
|
- SC2286-SC2288: Warn when command name ends in a symbol like `/.)'"`
|
||||||
- SC2289: Warn when command name contains tabs or linefeeds
|
- SC2289: Warn when command name contains tabs or linefeeds
|
||||||
- SC2291: Warn about repeated unquoted spaces between words in echo
|
- SC2291: Warn about repeated unquoted spaces between words in echo
|
||||||
|
Reference in New Issue
Block a user