mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-14 02:27:30 -07:00
Multiple wrong assignment warning fixes
This commit is contained in:
parent
955ad60823
commit
0d74140650
3 changed files with 121 additions and 62 deletions
|
@ -42,7 +42,10 @@ internalVariables = [
|
|||
"RPS1", "RPROMPT2", "RPS2", "SAVEHIST", "SPROMPT", "STTY", "TERM",
|
||||
"TERMINFO", "TIMEFMT", "TMOUT", "TMPPREFIX", "watch", "WATCHFMT",
|
||||
"WORDCHARS", "ZBEEP", "ZDOTDIR", "ZLE_LINE_ABORTED",
|
||||
"ZLE_REMOVE_SUFFIX_CHARS", "ZLE_SPACE_SUFFIX_CHARS"
|
||||
"ZLE_REMOVE_SUFFIX_CHARS", "ZLE_SPACE_SUFFIX_CHARS",
|
||||
|
||||
-- Other
|
||||
"USER", "TZ"
|
||||
]
|
||||
|
||||
variablesWithoutSpaces = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue