Use DFA for SC2086

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

View File

@@ -4,6 +4,7 @@
- SC2317: Warn about unreachable commands
### Fixed
- SC2086: Now uses DFA to make more accurate predictions about values
### Changed
- ShellCheck now has a Data Flow Analysis engine to make smarter decisions