mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-14 18:48:16 -07:00
Account for BusyBox support of [[ ]] (fixes #2967)
This commit is contained in:
parent
a13cb85f49
commit
ac8fb00504
3 changed files with 10 additions and 13 deletions
|
@ -2,10 +2,12 @@
|
|||
### Added
|
||||
- SC2327/SC2328: Warn about capturing the output of redirected commands.
|
||||
- SC2329: Warn when (non-escaping) functions are never invoked.
|
||||
- SC2330: Warn about unsupported glob matches with [[ .. ]] in BusyBox.
|
||||
### Changed
|
||||
- SC2015 about `A && B || C` no longer triggers when B is a test command.
|
||||
### Fixed
|
||||
- SC2317 about unreachable commands is now less spammy for nested ones.
|
||||
- SC2292, optional suggestion for [[ ]], now triggers for Busybox.
|
||||
|
||||
|
||||
## v0.10.0 - 2024-03-07
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue