mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-19 21:03:51 -07:00
Don't warn about unused variables for read ''
This commit is contained in:
parent
7630136d6c
commit
fb5f72951d
2 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@ module ShellCheck.Data where
|
|||
|
||||
internalVariables = [
|
||||
-- Generic
|
||||
"_",
|
||||
"", "_",
|
||||
|
||||
-- Bash
|
||||
"BASH", "BASHOPTS", "BASHPID", "BASH_ALIASES", "BASH_ARGC",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue