Skip to content

Commit

Permalink
Mention that SC2002 (UUOC) is now no longer enabled by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
koalaman committed Oct 28, 2024
1 parent f2932eb commit 0970187
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
- SC2330: Warn about unsupported glob matches with [[ .. ]] in BusyBox.
- Precompiled binaries for Linux riscv64 (linux.riscv64)
### 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.
### Fixed
- SC2218 about function use-before-define is now more accurate.
Expand Down

0 comments on commit 0970187

Please sign in to comment.