Warn about defining and using an alias in a single command (fixes #1807)

This commit is contained in:
Vidar Holen
2020-05-25 23:21:47 -07:00
parent a08ad3bee9
commit 5cf2c00ff7
2 changed files with 73 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
### Added
- SC2259/SC2260: Warn when redirections override pipes
- SC2261: Warn about multiple competing redirections
- SC2262/SC2263: Warn about aliases declared and used in the same parsing unit
### Fixed
- SC1072/SC1073 now respond to disable annotations, though ignoring parse errors