Warn when shell functions blatantly recurse (fixes #1994)

This commit is contained in:
Vidar Holen
2020-07-27 21:28:48 -07:00
parent cc81bdee31
commit 1ac2c31728
3 changed files with 40 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
- 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
- SC2264: Warn about wrapper functions that blatantly recurse
### Fixed
- SC1072/SC1073 now respond to disable annotations, though ignoring parse errors