Warn about flipped $ and " in $"(cmd)" (fixes #1517)

This commit is contained in:
Vidar Holen
2019-03-20 22:10:04 -07:00
parent c53c8a5ead
commit f514f5f735
2 changed files with 15 additions and 0 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`
- 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 `[`
- SC2243/SC2244: Suggest using explicit -n for `[ $foo ]`