SC2249: When verbose, warn about missing default case (fixes #997)

This commit is contained in:
Vidar Holen
2019-04-14 16:19:33 -07:00
parent b76c0a8221
commit 5b7354918f
3 changed files with 20 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
- 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
- SC2249: Warn about `case` with missing default case (verbose)
- SC2248: Warn about unquoted variables without special chars (verbose)
- SC2247: Warn about $"(cmd)" and $"{var}"
- SC2246: Warn if a shebang's interpreter ends with /