mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-14 18:48:16 -07:00
Don't warn about unused variables starting with _ (fixes #1498)
This commit is contained in:
parent
c85ce2cb06
commit
81b7ee5598
2 changed files with 5 additions and 2 deletions
|
@ -23,6 +23,7 @@
|
|||
- SC2048: Warning about $\* now also applies to ${array[\*]}
|
||||
- SC2181 now only triggers on single condition tests like `[ $? = 0 ]`.
|
||||
- Quote warnings are now emitted for declaration utilities in sh
|
||||
- Leading `_` can now be used to suppress warnings about unused variables
|
||||
|
||||
|
||||
## v0.7.2 - 2021-04-19
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue