Warn about duplicate uses of stdin/out/err

This commit is contained in:
Vidar Holen
2020-05-03 11:29:00 -07:00
parent 8aa40c43ed
commit 2030b83607
2 changed files with 142 additions and 21 deletions

View File

@@ -1,4 +1,7 @@
## Git
### Added
- SC2259/SC2260: Warn when redirections override pipes
- SC2261: Warn about multiple competing redirections
## v0.7.1 - 2020-04-04
### Fixed