mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 01:28:34 +08:00
Don't warn about repeated range in [[ -v arr[xxx] ]] (fixes #2285)
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
- SC2289: Warn when command name contains tabs or linefeeds
|
||||
|
||||
### Fixed
|
||||
- SC2102 about repetitions in ranges no longer triggers on [[ -v arr[xx] ]]
|
||||
- SC2290: Warn about misused = in declare & co, which were not caught by SC2270+
|
||||
|
||||
### Changed
|
||||
|
Reference in New Issue
Block a user