mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-14 18:48:16 -07:00
Suppress SC2086 for variables declared -i (ref #2541)
This commit is contained in:
parent
8dc0fdb4cc
commit
3ee4419ef4
4 changed files with 358 additions and 126 deletions
|
@ -5,6 +5,7 @@
|
|||
|
||||
### Fixed
|
||||
- SC2086: Now uses DFA to make more accurate predictions about values
|
||||
- SC2086: No longer warns about values declared as integer with declare -i
|
||||
|
||||
### Changed
|
||||
- ShellCheck now has a Data Flow Analysis engine to make smarter decisions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue