mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-14 18:48:16 -07:00
SC2325/SC2326: Warn about ! ! foo and foo | ! bar (fixes #2810)
This commit is contained in:
parent
9490b94886
commit
dd747b2a98
3 changed files with 43 additions and 7 deletions
|
@ -1,6 +1,8 @@
|
|||
## Git
|
||||
### Added
|
||||
- SC2324: Warn when x+=1 appends instead of increments
|
||||
- SC2325: Warn about multiple `!`s in dash/sh.
|
||||
- SC2326: Warn about `foo | ! bar` in bash/dash/sh.
|
||||
|
||||
### Fixed
|
||||
- source statements with here docs now work correctly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue