Warn if a shebang's interpreter ends in / (fixes #373)

This commit is contained in:
Vidar Holen
2019-01-13 17:32:25 -08:00
parent 1835ebd3a0
commit e0a4241baa
2 changed files with 10 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
## Since previous release
### Added
- Preliminary support for fix suggestions
- SC2246: Warn if a shebang's interpreter ends with /
- SC2245: Warn that Ksh ignores all but the first glob result in `[`
- SC2243/SC2244: Suggest using explicit -n for `[ $foo ]`