mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-10 06:27:19 +08:00
SC2325/SC2326: Warn about ! ! foo and foo | ! bar (fixes #2810)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user