Mention that SC2002 (UUOC) is now no longer enabled by default.

This commit is contained in:
Vidar Holen 2024-10-27 18:10:00 -07:00
parent f2932ebcdc
commit 097018754b
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
- SC2330: Warn about unsupported glob matches with [[ .. ]] in BusyBox. - SC2330: Warn about unsupported glob matches with [[ .. ]] in BusyBox.
- Precompiled binaries for Linux riscv64 (linux.riscv64) - Precompiled binaries for Linux riscv64 (linux.riscv64)
### Changed ### Changed
- SC2002 about Useless Use Of Cat is now disabled by default. It can be
re-enabled with `--enable=useless-use-of-cat` or equivalent directive.
- SC2015 about `A && B || C` no longer triggers when B is a test command. - SC2015 about `A && B || C` no longer triggers when B is a test command.
### Fixed ### Fixed
- SC2218 about function use-before-define is now more accurate. - SC2218 about function use-before-define is now more accurate.