Fix annotations for here documents (fixes #1071)

This commit is contained in:
Vidar Holen
2018-01-17 19:20:10 -08:00
parent 81978d15bd
commit 46a3019ed7
2 changed files with 21 additions and 15 deletions

View File

@@ -4,6 +4,9 @@
- SC2223: Quote warning specific to `: ${var=value}`
- SC1127: Warn about C-style comments
### Fixed
- Annotations intended for a command's here documents now work
### Changed
- SC1073: 'else if' is now parsed correctly and not like 'elif'