Warn about unquoted blanks in echo (fixes #377)

This commit is contained in:
Vidar Holen
2021-07-26 18:29:55 -07:00
parent 4956b006ac
commit 754ab22d94
2 changed files with 28 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
### Added
- SC2286-SC2288: Warn when command name ends in a symbol like `/.)'"`
- SC2289: Warn when command name contains tabs or linefeeds
- SC2291: Warn about repeated unquoted spaces between words in echo
### Fixed
- SC2102 about repetitions in ranges no longer triggers on [[ -v arr[xx] ]]