Fix minor details in new Bats support

This commit is contained in:
Vidar Holen
2019-01-20 14:02:42 -08:00
parent c97cb8cf54
commit e1fe9be7af
4 changed files with 11 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
## Since previous release
### Added
- Preliminary support for fix suggestions
- Files containing Bats tests can now be checked
- 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 ]`