mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-14 18:48:16 -07:00
Add warning about uninvoked functions, reduce repeated triggering of SC2317 (fixes #2966)
This commit is contained in:
parent
2c5155e43d
commit
4f81dbe839
2 changed files with 22 additions and 3 deletions
|
@ -1,7 +1,9 @@
|
|||
## Git
|
||||
### Added
|
||||
- SC2327/SC2328: Warn about capturing the output of redirected commands.
|
||||
- SC2329: Warn when (non-escaping) functions are never invoked.
|
||||
### Fixed
|
||||
- SC2317 about unreachable commands is now less spammy for nested ones.
|
||||
|
||||
|
||||
## v0.10.0 - 2024-03-07
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue