Skip to content

Commit

Permalink
Mention require-double-brackets in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
koalaman committed Oct 8, 2021
1 parent 38251ab commit 05bdeae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
shellcheck behave as if `-x` was specified.
- Optional `check-extra-masked-returns` for pointing out commands with
suppressed exit codes (SC2312).
- Optional `require-double-brackets` for recommending \[\[ ]] (SC2292).
- SC2286-SC2288: Warn when command name ends in a symbol like `/.)'"`
- SC2289: Warn when command name contains tabs or linefeeds
- SC2291: Warn about repeated unquoted spaces between words in echo
Expand Down

0 comments on commit 05bdeae

Please sign in to comment.