mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-07 22:38:50 +08:00
Check for [[ i + 1 = 2 ]]
This commit is contained in:
@@ -2,7 +2,7 @@ module ShellCheck.Data where
|
||||
|
||||
internalVariables = [
|
||||
-- Generic
|
||||
"", "_",
|
||||
"", "_", "rest", "REST",
|
||||
|
||||
-- Bash
|
||||
"BASH", "BASHOPTS", "BASHPID", "BASH_ALIASES", "BASH_ARGC",
|
||||
|
Reference in New Issue
Block a user