Warn about redirs in the middle of 'find' commands. Fixes #405

This commit is contained in:
Vidar Holen
2018-01-21 11:12:22 -08:00
parent 3b004275cf
commit 7b3c4025fb
2 changed files with 20 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
## Latest - ???
### Added
- 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}`
- SC1127: Warn about C-style comments