Warn about capturing the output of redirected commands.

This commit is contained in:
Vidar Holen
2024-04-14 18:47:19 -07:00
parent 04a86245a1
commit 2c5155e43d
2 changed files with 43 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
## Git
### Added
- SC2327/SC2328: Warn about capturing the output of redirected commands.
### Fixed