Re-add warnings about 'declare var = value' (fixes #2279)

This commit is contained in:
Vidar Holen
2021-07-24 13:07:05 -07:00
parent 8be60028ef
commit 9eb63c97e6
2 changed files with 32 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
- SC2289: Warn when command name contains tabs or linefeeds
### Fixed
- SC2290: Warn about misused = in declare & co, which were not caught by SC2270+
### Changed
- SC2048: Warning about $\* now also applies to ${array[\*]}