mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-16 10:03:08 -07:00
Check for [[ i + 1 = 2 ]]
This commit is contained in:
parent
0ec62390d5
commit
9ae776530b
2 changed files with 11 additions and 3 deletions
|
@ -2,7 +2,7 @@ module ShellCheck.Data where
|
|||
|
||||
internalVariables = [
|
||||
-- Generic
|
||||
"", "_",
|
||||
"", "_", "rest", "REST",
|
||||
|
||||
-- Bash
|
||||
"BASH", "BASHOPTS", "BASHPID", "BASH_ALIASES", "BASH_ARGC",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue