SC2229: Warn about 'read $var'

This commit is contained in:
Vidar Holen
2018-02-25 13:27:01 -08:00
parent 72044a79c6
commit b7a8b090d2
3 changed files with 70 additions and 11 deletions

View File

@@ -1,5 +1,6 @@
## Latest - ???
### Added
- SC2229: Warn about 'read $var'
- SC2227: Warn about redirections in the middle of 'find' commands
- SC2224,SC2225,SC2226: Warn when using mv/cp/ln without a destination
- SC2223: Quote warning specific to `: ${var=value}`