Add linux.riscv64 precompiled support

This commit is contained in:
Meng Zhuo
2024-05-30 19:20:21 +08:00
parent ac8fb00504
commit 15de97e33f
6 changed files with 66 additions and 1 deletions

View File

@@ -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.
- Precompiled binaries for Linux riscv64 (linux.riscv64)
### Changed
- SC2015 about `A && B || C` no longer triggers when B is a test command.
### Fixed