Add SC2317 warning about unreachable commands

This commit is contained in:
Vidar Holen 2022-07-19 14:33:00 -07:00
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