mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-14 18:48:16 -07:00
Use DFA for SC2086
This commit is contained in:
parent
642ad86125
commit
da4885a71d
2 changed files with 104 additions and 169 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue