mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-14 18:48:16 -07:00
Suggest using test -e instead of -a (fixes #3174).
This commit is contained in:
parent
72af76f443
commit
574c6d18fb
2 changed files with 11 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
- 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.
|
||||
- SC2331: Suggest using standard -e instead of unary -a in tests.
|
||||
- Precompiled binaries for Linux riscv64 (linux.riscv64)
|
||||
### Changed
|
||||
- SC2002 about Useless Use Of Cat is now disabled by default. It can be
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue