Mention extension in changelog and man page

This commit is contained in:
Vidar Holen
2019-01-21 16:54:28 -08:00
parent d4d219affd
commit 6dcf4b8e64
2 changed files with 6 additions and 2 deletions

View File

@@ -6,6 +6,10 @@
- SC2245: Warn that Ksh ignores all but the first glob result in `[`
- SC2243/SC2244: Suggest using explicit -n for `[ $foo ]`
### Changed
- If a directive or shebang is not specified, a `.bash/.bats/.dash/.ksh`
extension will be used to infer the shell type when present.
## v0.6.0 - 2018-12-02
### Added
- Command line option --severity/-S for filtering by minimum severity