mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-14 18:48:16 -07:00
Supress SC2015 about A && B || C
when B is a test.
This commit is contained in:
parent
4f81dbe839
commit
76ff702e93
3 changed files with 15 additions and 11 deletions
|
@ -2,6 +2,8 @@
|
|||
### Added
|
||||
- SC2327/SC2328: Warn about capturing the output of redirected commands.
|
||||
- SC2329: Warn when (non-escaping) functions are never invoked.
|
||||
### 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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue