Add SC2317 warning about unreachable commands

This commit is contained in:
Vidar Holen
2022-07-19 14:33:00 -07:00
parent f77a545282
commit 642ad86125
2 changed files with 25 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
## Git
### Added
- SC2316: Warn about 'local readonly foo' and similar (thanks, patrickxia!)
- SC2317: Warn about unreachable commands
### Fixed