mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-14 18:48:16 -07:00
Save and restore pending here docs when sourcing files (fixes #2803)
This commit is contained in:
parent
372c0b667e
commit
9490b94886
3 changed files with 19 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
|||
## Git
|
||||
### Added
|
||||
- SC2324: Warn when x+=1 appends instead of increments.
|
||||
- SC2324: Warn when x+=1 appends instead of increments
|
||||
|
||||
### Fixed
|
||||
- source statements with here docs now work correctly
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue