Add a verbose mode: -S verbose

This commit is contained in:
Vidar Holen
2019-04-13 13:10:48 -07:00
parent f514f5f735
commit 9652ccfdbd
6 changed files with 11 additions and 6 deletions

View File

@@ -3,6 +3,7 @@
- Preliminary support for fix suggestions
- Files containing Bats tests can now be checked
- Directory wide directives can now be placed in a `.shellcheckrc`
- Verbose mode: Use `-S verbose` for especially pedantic suggestions
- SC2247: Warn about $"(cmd)" and $"{var}"
- SC2246: Warn if a shebang's interpreter ends with /
- SC2245: Warn that Ksh ignores all but the first glob result in `[`