Add SC2238 about redirections to command names

This commit is contained in:
Vidar Holen
2018-09-17 17:46:49 -07:00
parent 1a6ae4f19e
commit 3e2cb26119
2 changed files with 11 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
### Added
- Command line option --severity/-S for filtering by minimum severity
- SC2236/SC2237: Suggest -n/-z instead of ! -z/-n
- SC2238: Warn when redirecting to a known command name, e.g. ls > rm
### Changed
- Most warnings now have useful end positions
- SC1117 about unknown double-quoted escape sequences has been retired