SC2248: Warn about unquoted variables without special chars

This commit is contained in:
Vidar Holen
2019-04-13 20:19:13 -07:00
parent c860b74505
commit b76c0a8221
3 changed files with 37 additions and 15 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
- SC2248: Warn about unquoted variables without special chars (verbose)
- 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 `[`