mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-21 13:53:58 -07:00
SC2295 Warn about unquoted variables in PE patterns (fixes #2290)
This commit is contained in:
parent
9b61506e0b
commit
cf8066c07c
3 changed files with 33 additions and 3 deletions
|
@ -5,6 +5,7 @@
|
|||
- SC2291: Warn about repeated unquoted spaces between words in echo
|
||||
- SC2292: Suggest [[ over [ in Bash/Ksh scripts (optional)
|
||||
- SC2293/SC2294: Warn when calling `eval` with arrays
|
||||
- SC2295: Warn about "${x#$y}" treating $y as a pattern when not quoted
|
||||
|
||||
### Fixed
|
||||
- SC2102 about repetitions in ranges no longer triggers on [[ -v arr[xx] ]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue