Warn about quoting in assignments to sh declaration utilities (fixes #1556)

This commit is contained in:
Vidar Holen
2021-07-25 19:27:35 -07:00
parent 44471b73cc
commit 02e07625d1
3 changed files with 25 additions and 10 deletions

View File

@@ -11,6 +11,7 @@
### Changed
- SC2048: Warning about $\* now also applies to ${array[\*]}
- Quote warnings are now emitted for declaration utilities in sh
## v0.7.2 - 2021-04-19