Warn when using &/| between test statements

This commit is contained in:
Vidar Holen
2020-08-23 15:43:33 -07:00
parent 17e591233f
commit a62d9f10c2
2 changed files with 47 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
- SC2261: Warn about multiple competing redirections
- SC2262/SC2263: Warn about aliases declared and used in the same parsing unit
- SC2264: Warn about wrapper functions that blatantly recurse
- SC2265/SC2266: Warn when using & or | with test statements
### Fixed
- SC1072/SC1073 now respond to disable annotations, though ignoring parse errors