Warn about invalid arguments to sudo

This commit is contained in:
Stefan Knudsen
2018-04-27 19:05:43 -04:00
parent 12b3fdf661
commit 5adfce72e1
2 changed files with 18 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
## Latest - ???
### Added
- SC2232: Warn about invalid arguments to sudo
- SC2231: Suggest quoting expansions in for loop globs
- SC2229: Warn about 'read $var'
- SC2227: Warn about redirections in the middle of 'find' commands