SC2245: Warn that Ksh [ -f * ] only applies to first (Fixes #1452)

This commit is contained in:
Vidar Holen
2019-01-13 16:06:36 -08:00
parent ec6f9e4d49
commit 1835ebd3a0
2 changed files with 14 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
## Since previous release
### Added
- Preliminary support for fix suggestions
- SC2245: Warn that Ksh ignores all but the first glob result in `[`
- SC2243/SC2244: Suggest using explicit -n for `[ $foo ]`
## v0.6.0 - 2018-12-02