mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-10 13:44:27 +08:00
Improve checks for = in command names (fixes #2102)
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
- POSIX/dash unsupported feature warnings now have individual SC3xxx codes
|
||||
- SC1090: A leading `$x/` or `$(x)/` is now treated as `./` when locating files
|
||||
- SC2154: Variables appearing in -z/-n tests are no longer considered unassigned
|
||||
- SC2270-SC2285: Improved warnings about misused =, e.g. `${var}=42`
|
||||
|
||||
|
||||
## v0.7.1 - 2020-04-04
|
||||
|
Reference in New Issue
Block a user